#253712

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

Shades of Pine Tree #253712

Tints of Pine Tree #253712

Color information

#253712 (or 0x253712) is unknown color: approx Pine Tree. HEX triplet: 25, 37 and 12. RGB value is (37,55,18). Sum of RGB (Red+Green+Blue) = 37+55+18=110 (14% of max value = 765). Red value is 37 (14.84% from 255 or 33.64% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #253712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253712 is #DAC8ED. Grayscale: #2D2D2D. Windows color (decimal): -14338286 or 1193765. OLE color: 1193765.

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

Color convert

RGB375518-
CMYK0.3300.670.78
HSL89.19º50.68%14.31%-
HSV(B)89.19º67.27%21.57%-
XYZ2.243.171.07-
YUV45.4112.54122.01-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 33.64%
GREEN value IS 55 (21.88% from 255) = 50%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=33.64%
G=50%
B=16.36%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3755180.3300.670.7889.1950.6814.31
Hex253712210434E5933e
Octal4567224101031161316316
Binary1001011101111001010000101000011100111010110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253712; }

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

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

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

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

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

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

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

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