#254006

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

Shades of Pine Tree #254006

Tints of Pine Tree #254006

Color information

#254006 (or 0x254006) is unknown color: approx Pine Tree. HEX triplet: 25, 40 and 06. RGB value is (37,64,6). Sum of RGB (Red+Green+Blue) = 37+64+6=107 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.58% from 107); Green value is 64 (25.39% from 255 or 59.81% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 64 - color contains mainly: green. Hex color #254006 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254006 is #DABFF9. Grayscale: #313131. Windows color (decimal): -14335994 or 409637. OLE color: 409637.

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

Color convert

RGB37646-
CMYK0.4200.910.75
HSL87.93º82.86%13.73%-
HSV(B)87.93º90.62%25.1%-
XYZ2.634.070.82-
YUV49.32103.55119.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.58%
GREEN value IS 64 (25.39% from 255) = 59.81%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=34.58%
G=59.81%
B=5.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal376460.4200.910.7587.9382.8613.73
Hex254062A05B4B5853e
Octal45100652013311313012316
Binary1001011000000110101010010110111001011101100010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254006

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254006; }

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

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

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

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

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

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

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

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