#253418

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

Shades of Pine Tree #253418

Tints of Pine Tree #253418

Color information

#253418 (or 0x253418) is unknown color: approx Pine Tree. HEX triplet: 25, 34 and 18. RGB value is (37,52,24). Sum of RGB (Red+Green+Blue) = 37+52+24=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 24 (9.77% from 255 or 21.24% from 113); Max value from RGB is 52 - color contains mainly: green. Hex color #253418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253418 is #DACBE7. Grayscale: #2C2C2C. Windows color (decimal): -14339048 or 1586213. OLE color: 1586213.

HSL color Cylindrical-coordinate representation of color #253418: hue angle of 92.14º degrees, saturation: 0.37, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #253418 is Cyan = 0.29, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.80.

Color convert

RGB375224-
CMYK0.2900.540.80
HSL92.14º36.84%14.9%-
HSV(B)92.14º53.85%20.39%-
XYZ2.162.921.31-
YUV44.32116.53122.78-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 52 (20.70% from 255) = 46.02%
BLUE value IS 24 (9.77% from 255) = 21.24%
R=32.74%
G=46.02%
B=21.24%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3752240.2900.540.8092.1436.8414.9
Hex2534181D036505c25f
Octal456430350661201344517
Binary10010111010011000111010110110101000010111001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253418; }

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

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

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

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

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

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

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

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