#253219

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

Shades of Pine Tree #253219

Tints of Pine Tree #253219

Color information

#253219 (or 0x253219) is unknown color: approx Pine Tree. HEX triplet: 25, 32 and 19. RGB value is (37,50,25). Sum of RGB (Red+Green+Blue) = 37+50+25=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 50 (19.92% from 255 or 44.64% from 112); Blue value is 25 (10.16% from 255 or 22.32% from 112); Max value from RGB is 50 - color contains mainly: green. Hex color #253219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253219 is #DACDE6. Grayscale: #2B2B2B. Windows color (decimal): -14339559 or 1651237. OLE color: 1651237.

HSL color Cylindrical-coordinate representation of color #253219: hue angle of 91.2º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #253219 is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB375025-
CMYK0.2600.500.80
HSL91.2º33.33%14.71%-
HSV(B)91.2º50%19.61%-
XYZ2.082.741.34-
YUV43.26117.69123.53-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 50 (19.92% from 255) = 44.64%
BLUE value IS 25 (10.16% from 255) = 22.32%
R=33.04%
G=44.64%
B=22.32%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3750250.2600.500.8091.233.3314.71
Hex2532191A032505b21f
Octal456231320621201334117
Binary10010111001011001110100110010101000010110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253219; }

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

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

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

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

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

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

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

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