#253C06

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

Shades of Pine Tree #253C06

Tints of Pine Tree #253C06

Color information

#253C06 (or 0x253C06) is unknown color: approx Pine Tree. HEX triplet: 25, 3C and 06. RGB value is (37,60,6). Sum of RGB (Red+Green+Blue) = 37+60+6=103 (13% of max value = 765). Red value is 37 (14.84% from 255 or 35.92% from 103); Green value is 60 (23.83% from 255 or 58.25% from 103); Blue value is 6 (2.73% from 255 or 5.83% from 103); Max value from RGB is 60 - color contains mainly: green. Hex color #253C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253C06 is #DAC3F9. Grayscale: #2F2F2F. Windows color (decimal): -14337018 or 408613. OLE color: 408613.

HSL color Cylindrical-coordinate representation of color #253C06: hue angle of 85.56º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #253C06 is Cyan = 0.38, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.76.

Color convert

RGB37606-
CMYK0.3800.900.76
HSL85.56º81.82%12.94%-
HSV(B)85.56º90%23.53%-
XYZ2.413.640.75-
YUV46.97104.88120.89-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 35.92%
GREEN value IS 60 (23.83% from 255) = 58.25%
BLUE value IS 6 (2.73% from 255) = 5.83%
R=35.92%
G=58.25%
B=5.83%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal376060.3800.900.7685.5681.8212.94
Hex253C62605A4C5652d
Octal4574646013211412612215
Binary100101111100110100110010110101001100101011010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253C06; }

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

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

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

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

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

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

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

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