#253715

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

Shades of Pine Tree #253715

Tints of Pine Tree #253715

Color information

#253715 (or 0x253715) is unknown color: approx Pine Tree. HEX triplet: 25, 37 and 15. RGB value is (37,55,21). Sum of RGB (Red+Green+Blue) = 37+55+21=113 (14% of max value = 765). Red value is 37 (14.84% from 255 or 32.74% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 21 (8.59% from 255 or 18.58% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #253715 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253715 is #DAC8EA. Grayscale: #2D2D2D. Windows color (decimal): -14338283 or 1390373. OLE color: 1390373.

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

Color convert

RGB375521-
CMYK0.3300.620.78
HSL91.76º44.74%14.9%-
HSV(B)91.76º61.82%21.57%-
XYZ2.263.181.2-
YUV45.74114.04121.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 32.74%
GREEN value IS 55 (21.88% from 255) = 48.67%
BLUE value IS 21 (8.59% from 255) = 18.58%
R=32.74%
G=48.67%
B=18.58%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3755210.3300.620.7891.7644.7414.9
Hex2537152103E4E5c2df
Octal456725410761161345517
Binary100101110111101011000010111110100111010111001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253715; }

 p { color: rgb(37,55,21); }

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

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

 a { background-color: rgb(37,55,21); }

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

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

 span { border-color: rgb(37,55,21); }

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