#253805

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

Shades of Pine Tree #253805

Tints of Pine Tree #253805

Color information

#253805 (or 0x253805) is unknown color: approx Pine Tree. HEX triplet: 25, 38 and 05. RGB value is (37,56,5). Sum of RGB (Red+Green+Blue) = 37+56+5=98 (12% of max value = 765). Red value is 37 (14.84% from 255 or 37.76% from 98); Green value is 56 (22.27% from 255 or 57.14% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 56 - color contains mainly: green. Hex color #253805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253805 is #DAC7FA. Grayscale: #2C2C2C. Windows color (decimal): -14338043 or 342053. OLE color: 342053.

HSL color Cylindrical-coordinate representation of color #253805: hue angle of 82.35º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #253805 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB37565-
CMYK0.3400.910.78
HSL82.35º83.61%11.96%-
HSV(B)82.35º91.07%21.96%-
XYZ2.23.230.65-
YUV44.5105.71122.65-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 37.76%
GREEN value IS 56 (22.27% from 255) = 57.14%
BLUE value IS 5 (2.34% from 255) = 5.10%
R=37.76%
G=57.14%
B=5.10%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal375650.3400.910.7882.3583.6111.96
Hex253852205B4E5254c
Octal4570542013311612212414
Binary100101111000101100010010110111001110101001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253805; }

 p { color: rgb(37,56,5); }

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

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

 a { background-color: rgb(37,56,5); }

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

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

 span { border-color: rgb(37,56,5); }

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