#253318

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

Shades of Pine Tree #253318

Tints of Pine Tree #253318

Color information

#253318 (or 0x253318) is unknown color: approx Pine Tree. HEX triplet: 25, 33 and 18. RGB value is (37,51,24). Sum of RGB (Red+Green+Blue) = 37+51+24=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 24 (9.77% from 255 or 21.43% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #253318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253318 is #DACCE7. Grayscale: #2B2B2B. Windows color (decimal): -14339304 or 1585957. OLE color: 1585957.

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

Color convert

RGB375124-
CMYK0.2700.530.8
HSL91.11º36%14.71%-
HSV(B)91.11º52.94%20%-
XYZ2.112.831.3-
YUV43.74116.86123.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 51 (20.31% from 255) = 45.54%
BLUE value IS 24 (9.77% from 255) = 21.43%
R=33.04%
G=45.54%
B=21.43%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3751240.2700.530.891.113614.71
Hex2533181B035505b24f
Octal456330330651201334417
Binary10010111001111000110110110101101000010110111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253318; }

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

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

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

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

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

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

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

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