#253616

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

Shades of Pine Tree #253616

Tints of Pine Tree #253616

Color information

#253616 (or 0x253616) is unknown color: approx Pine Tree. HEX triplet: 25, 36 and 16. RGB value is (37,54,22). Sum of RGB (Red+Green+Blue) = 37+54+22=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 22 (8.98% from 255 or 19.47% from 113); Max value from RGB is 54 - color contains mainly: green. Hex color #253616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253616 is #DAC9E9. Grayscale: #2D2D2D. Windows color (decimal): -14338538 or 1455653. OLE color: 1455653.

HSL color Cylindrical-coordinate representation of color #253616: hue angle of 91.88º degrees, saturation: 0.42, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #253616 is Cyan = 0.31, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.79.

Color convert

RGB375422-
CMYK0.3100.590.79
HSL91.88º42.11%14.9%-
HSV(B)91.88º59.26%21.18%-
XYZ2.233.091.24-
YUV45.27114.87122.1-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 54 (21.48% from 255) = 47.79%
BLUE value IS 22 (8.98% from 255) = 19.47%
R=32.74%
G=47.79%
B=19.47%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3754220.3100.590.7991.8842.1114.9
Hex2536161F03B4F5c2af
Octal456626370731171345217
Binary10010111011010110111110111011100111110111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253616; }

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

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

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

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

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

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

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

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