#253508

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

Shades of Pine Tree #253508

Tints of Pine Tree #253508

Color information

#253508 (or 0x253508) is unknown color: approx Pine Tree. HEX triplet: 25, 35 and 08. RGB value is (37,53,8). Sum of RGB (Red+Green+Blue) = 37+53+8=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #253508 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253508 is #DACAF7. Grayscale: #2B2B2B. Windows color (decimal): -14338808 or 537893. OLE color: 537893.

HSL color Cylindrical-coordinate representation of color #253508: hue angle of 81.33º 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 #253508 is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB37538-
CMYK0.3000.850.79
HSL81.33º73.77%11.96%-
HSV(B)81.33º84.91%20.78%-
XYZ2.082.960.69-
YUV43.09108.2123.66-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 53 (21.09% from 255) = 54.08%
BLUE value IS 8 (3.52% from 255) = 8.16%
R=37.76%
G=54.08%
B=8.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal375380.3000.850.7981.3373.7711.96
Hex253581E0554F514ac
Octal45651036012511712111214
Binary100101110101100011110010101011001111101000110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253508; }

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

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

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

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

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

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

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

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