#253216

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

Shades of Pine Tree #253216

Tints of Pine Tree #253216

Color information

#253216 (or 0x253216) is unknown color: approx Pine Tree. HEX triplet: 25, 32 and 16. RGB value is (37,50,22). Sum of RGB (Red+Green+Blue) = 37+50+22=109 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.94% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #253216 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253216 is #DACDE9. Grayscale: #2B2B2B. Windows color (decimal): -14339562 or 1454629. OLE color: 1454629.

HSL color Cylindrical-coordinate representation of color #253216: hue angle of 87.86º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #253216 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB375022-
CMYK0.2600.560.80
HSL87.86º38.89%14.12%-
HSV(B)87.86º56%19.61%-
XYZ2.052.731.18-
YUV42.92116.19123.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.94%
GREEN value IS 50 (19.92% from 255) = 45.87%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=33.94%
G=45.87%
B=20.18%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3750220.2600.560.8087.8638.8914.12
Hex2532161A038505827e
Octal456226320701201304716
Binary10010111001010110110100111000101000010110001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253216; }

 p { color: rgb(37,50,22); }

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

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

 a { background-color: rgb(37,50,22); }

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

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

 span { border-color: rgb(37,50,22); }

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