#449125

Color #449125 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #449125

Tints of La Palma #449125

Color information

#449125 (or 0x449125) is unknown color: approx La Palma. HEX triplet: 44, 91 and 25. RGB value is (68,145,37). Sum of RGB (Red+Green+Blue) = 68+145+37=250 (33% of max value = 765). Red value is 68 (26.95% from 255 or 27.2% from 250); Green value is 145 (57.03% from 255 or 58% from 250); Blue value is 37 (14.84% from 255 or 14.8% from 250); Max value from RGB is 145 - color contains mainly: green. Hex color #449125 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #449125 is #BB6EDA. Grayscale: #6E6E6E. Windows color (decimal): -12283611 or 2462020. OLE color: 2462020.

HSL color Cylindrical-coordinate representation of color #449125: hue angle of 102.78º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #449125 is Cyan = 0.53, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.43.

Color convert

RGB6814537-
CMYK0.5300.740.43
HSL102.78º59.34%35.69%-
HSV(B)102.78º74.48%56.86%-
XYZ12.8421.615.25-
YUV109.6686.9998.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 68 (26.95% from 255) = 27.2%
GREEN value IS 145 (57.03% from 255) = 58%
BLUE value IS 37 (14.84% from 255) = 14.8%
R=27.2%
G=58%
B=14.8%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal68145370.5300.740.43102.7859.3435.69
Hex4491253504A2B673b24
Octal10422145650112531477344
Binary100010010010001100101110101010010101010111100111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449125; }

 p { color: rgb(68,145,37); }

 H1.HeaderClassName
 {
   color: #449125;
 }
 .AnyTagClassName
 {
   color: #449125;
 }
</style>
background-color css

<style>
 a { background-color: #449125; }

 a { background-color: rgb(68,145,37); }

 div.DivClassName
 {
   background-color: #449125;
 }
 .BgClassName
 {
   background-color: #449125;
 }
</style>
border-color css

<style>
 span { border-color: #449125; }

 span { border-color: rgb(68,145,37); }

 td.TdClassName
 {
   border-color: #449125;
 }
 .TagClassName
 {
   border-color: #449125;
 }
</style>