#253316

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

Shades of Pine Tree #253316

Tints of Pine Tree #253316

Color information

#253316 (or 0x253316) is unknown color: approx Pine Tree. HEX triplet: 25, 33 and 16. RGB value is (37,51,22). Sum of RGB (Red+Green+Blue) = 37+51+22=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #253316 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253316 is #DACCE9. Grayscale: #2B2B2B. Windows color (decimal): -14339306 or 1454885. OLE color: 1454885.

HSL color Cylindrical-coordinate representation of color #253316: hue angle of 88.97º degrees, saturation: 0.4, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #253316 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.8.

Color convert

RGB375122-
CMYK0.2700.570.8
HSL88.97º39.73%14.31%-
HSV(B)88.97º56.86%20%-
XYZ2.092.821.19-
YUV43.51115.86123.36-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 51 (20.31% from 255) = 46.36%
BLUE value IS 22 (8.98% from 255) = 20%
R=33.64%
G=46.36%
B=20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3751220.2700.570.888.9739.7314.31
Hex2533161B039505928e
Octal456326330711201315016
Binary10010111001110110110110111001101000010110011010001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253316; }

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

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

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

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

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

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

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

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