#253116

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

Shades of Pine Tree #253116

Tints of Pine Tree #253116

Color information

#253116 (or 0x253116) is unknown color: approx Pine Tree. HEX triplet: 25, 31 and 16. RGB value is (37,49,22). Sum of RGB (Red+Green+Blue) = 37+49+22=108 (14% of max value = 765). Red value is 37 (14.84% from 255 or 34.26% from 108); Green value is 49 (19.53% from 255 or 45.37% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 49 - color contains mainly: green. Hex color #253116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253116 is #DACEE9. Grayscale: #2A2A2A. Windows color (decimal): -14339818 or 1454373. OLE color: 1454373.

HSL color Cylindrical-coordinate representation of color #253116: hue angle of 86.67º degrees, saturation: 0.38, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #253116 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.81.

Color convert

RGB374922-
CMYK0.2400.550.81
HSL86.67º38.03%13.92%-
HSV(B)86.67º55.1%19.22%-
XYZ2.012.651.16-
YUV42.33116.52124.2-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 34.26%
GREEN value IS 49 (19.53% from 255) = 45.37%
BLUE value IS 22 (8.98% from 255) = 20.37%
R=34.26%
G=45.37%
B=20.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3749220.2400.550.8186.6738.0313.92
Hex25311618037515726e
Octal456126300671211274616
Binary10010111000110110110000110111101000110101111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253116; }

 p { color: rgb(37,49,22); }

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

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

 a { background-color: rgb(37,49,22); }

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

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

 span { border-color: rgb(37,49,22); }

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