#253608

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

Shades of Pine Tree #253608

Tints of Pine Tree #253608

Color information

#253608 (or 0x253608) is unknown color: approx Pine Tree. HEX triplet: 25, 36 and 08. RGB value is (37,54,8). Sum of RGB (Red+Green+Blue) = 37+54+8=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 54 (21.48% from 255 or 54.55% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 54 - color contains mainly: green. Hex color #253608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253608 is #DAC9F7. Grayscale: #2B2B2B. Windows color (decimal): -14338552 or 538149. OLE color: 538149.

HSL color Cylindrical-coordinate representation of color #253608: hue angle of 82.17º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #253608 is Cyan = 0.31, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB37548-
CMYK0.3100.850.79
HSL82.17º74.19%12.16%-
HSV(B)82.17º85.19%21.18%-
XYZ2.133.050.71-
YUV43.67107.87123.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 54 (21.48% from 255) = 54.55%
BLUE value IS 8 (3.52% from 255) = 8.08%
R=37.37%
G=54.55%
B=8.08%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal375480.3100.850.7982.1774.1912.16
Hex253681F0554F524ac
Octal45661037012511712211214
Binary100101110110100011111010101011001111101001010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253608; }

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

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

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

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

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

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

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

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