#253509

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

Shades of Pine Tree #253509

Tints of Pine Tree #253509

Color information

#253509 (or 0x253509) is unknown color: approx Pine Tree. HEX triplet: 25, 35 and 09. RGB value is (37,53,9). Sum of RGB (Red+Green+Blue) = 37+53+9=99 (13% of max value = 765). Red value is 37 (14.84% from 255 or 37.37% from 99); Green value is 53 (21.09% from 255 or 53.54% from 99); Blue value is 9 (3.91% from 255 or 9.09% from 99); Max value from RGB is 53 - color contains mainly: green. Hex color #253509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253509 is #DACAF6. Grayscale: #2B2B2B. Windows color (decimal): -14338807 or 603429. OLE color: 603429.

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

Color convert

RGB37539-
CMYK0.3000.830.79
HSL81.82º70.97%12.16%-
HSV(B)81.82º83.02%20.78%-
XYZ2.092.960.72-
YUV43.2108.7123.58-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.37%
GREEN value IS 53 (21.09% from 255) = 53.54%
BLUE value IS 9 (3.91% from 255) = 9.09%
R=37.37%
G=53.54%
B=9.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal375390.3000.830.7981.8270.9712.16
Hex253591E0534F5247c
Octal45651136012311712210714
Binary100101110101100111110010100111001111101001010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253509; }

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

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

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

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

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

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

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

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