#254009

Color #254009 Pine Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Tree #254009

Tints of Pine Tree #254009

Color information

#254009 (or 0x254009) is unknown color: approx Pine Tree. HEX triplet: 25, 40 and 09. RGB value is (37,64,9). Sum of RGB (Red+Green+Blue) = 37+64+9=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 64 (25.39% from 255 or 58.18% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 64 - color contains mainly: green. Hex color #254009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254009 is #DABFF6. Grayscale: #313131. Windows color (decimal): -14335991 or 606245. OLE color: 606245.

HSL color Cylindrical-coordinate representation of color #254009: hue angle of 89.45º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #254009 is Cyan = 0.42, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB37649-
CMYK0.4200.860.75
HSL89.45º75.34%14.31%-
HSV(B)89.45º85.94%25.1%-
XYZ2.654.080.91-
YUV49.66105.05118.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 64 (25.39% from 255) = 58.18%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=33.64%
G=58.18%
B=8.18%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal376490.4200.860.7589.4575.3414.31
Hex254092A0564B594be
Octal451001152012611313111316
Binary10010110000001001101010010101101001011101100110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254009; }

 p { color: rgb(37,64,9); }

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

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

 a { background-color: rgb(37,64,9); }

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

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

 span { border-color: rgb(37,64,9); }

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