#253913

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

Shades of Pine Tree #253913

Tints of Pine Tree #253913

Color information

#253913 (or 0x253913) is unknown color: approx Pine Tree. HEX triplet: 25, 39 and 13. RGB value is (37,57,19). Sum of RGB (Red+Green+Blue) = 37+57+19=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 57 (22.66% from 255 or 50.44% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 57 - color contains mainly: green. Hex color #253913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253913 is #DAC6EC. Grayscale: #2E2E2E. Windows color (decimal): -14337773 or 1259813. OLE color: 1259813.

HSL color Cylindrical-coordinate representation of color #253913: hue angle of 91.58º degrees, saturation: 0.5, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #253913 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB375719-
CMYK0.3500.670.78
HSL91.58º50%14.9%-
HSV(B)91.58º66.67%22.35%-
XYZ2.343.371.14-
YUV46.69112.37121.09-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 57 (22.66% from 255) = 50.44%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=32.74%
G=50.44%
B=16.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3757190.3500.670.7891.585014.9
Hex253913230434E5c32f
Octal4571234301031161346217
Binary1001011110011001110001101000011100111010111001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253913; }

 p { color: rgb(37,57,19); }

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

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

 a { background-color: rgb(37,57,19); }

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

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

 span { border-color: rgb(37,57,19); }

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