#253615

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

Shades of Pine Tree #253615

Tints of Pine Tree #253615

Color information

#253615 (or 0x253615) is unknown color: approx Pine Tree. HEX triplet: 25, 36 and 15. RGB value is (37,54,21). Sum of RGB (Red+Green+Blue) = 37+54+21=112 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.04% from 112); Green value is 54 (21.48% from 255 or 48.21% from 112); Blue value is 21 (8.59% from 255 or 18.75% from 112); Max value from RGB is 54 - color contains mainly: green. Hex color #253615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253615 is #DAC9EA. Grayscale: #2D2D2D. Windows color (decimal): -14338539 or 1390117. OLE color: 1390117.

HSL color Cylindrical-coordinate representation of color #253615: hue angle of 90.91º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #253615 is Cyan = 0.31, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.79.

Color convert

RGB375421-
CMYK0.3100.610.79
HSL90.91º44%14.71%-
HSV(B)90.91º61.11%21.18%-
XYZ2.223.091.19-
YUV45.15114.37122.18-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.04%
GREEN value IS 54 (21.48% from 255) = 48.21%
BLUE value IS 21 (8.59% from 255) = 18.75%
R=33.04%
G=48.21%
B=18.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3754210.3100.610.7990.914414.71
Hex2536151F03D4F5b2cf
Octal456625370751171335417
Binary10010111011010101111110111101100111110110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253615; }

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

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

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

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

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

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

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

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