#254608

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

Shades of Pine Tree #254608

Tints of Pine Tree #254608

Color information

#254608 (or 0x254608) is unknown color: approx Pine Tree. HEX triplet: 25, 46 and 08. RGB value is (37,70,8). Sum of RGB (Red+Green+Blue) = 37+70+8=115 (15% of max value = 765). Red value is 37 (14.84% from 255 or 32.17% from 115); Green value is 70 (27.73% from 255 or 60.87% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 70 - color contains mainly: green. Hex color #254608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #254608 is #DAB9F7. Grayscale: #353535. Windows color (decimal): -14334456 or 542245. OLE color: 542245.

HSL color Cylindrical-coordinate representation of color #254608: hue angle of 91.94º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #254608 is Cyan = 0.47, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB37708-
CMYK0.4700.890.73
HSL91.94º79.49%15.29%-
HSV(B)91.94º88.57%27.45%-
XYZ34.791-
YUV53.06102.57116.54-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.17%
GREEN value IS 70 (27.73% from 255) = 60.87%
BLUE value IS 8 (3.52% from 255) = 6.96%
R=32.17%
G=60.87%
B=6.96%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal377080.4700.890.7391.9479.4915.29
Hex254682F059495c4ff
Octal451061057013111113411717
Binary10010110001101000101111010110011001001101110010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #254608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #254608; }

 p { color: rgb(37,70,8); }

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

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

 a { background-color: rgb(37,70,8); }

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

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

 span { border-color: rgb(37,70,8); }

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