#253611

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

Shades of Pine Tree #253611

Tints of Pine Tree #253611

Color information

#253611 (or 0x253611) is unknown color: approx Pine Tree. HEX triplet: 25, 36 and 11. RGB value is (37,54,17). Sum of RGB (Red+Green+Blue) = 37+54+17=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 54 (21.48% from 255 or 50% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 54 - color contains mainly: green. Hex color #253611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253611 is #DAC9EE. Grayscale: #2C2C2C. Windows color (decimal): -14338543 or 1127973. OLE color: 1127973.

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

Color convert

RGB375417-
CMYK0.3100.690.79
HSL87.57º52.11%13.92%-
HSV(B)87.57º68.52%21.18%-
XYZ2.183.071.01-
YUV44.7112.37122.51-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.26%
GREEN value IS 54 (21.48% from 255) = 50%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=34.26%
G=50%
B=15.74%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3754170.3100.690.7987.5752.1113.92
Hex2536111F0454F5834e
Octal4566213701051171306416
Binary100101110110100011111101000101100111110110001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253611; }

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

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

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

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

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

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

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

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