#253406

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

Shades of Pine Tree #253406

Tints of Pine Tree #253406

Color information

#253406 (or 0x253406) is unknown color: approx Pine Tree. HEX triplet: 25, 34 and 06. RGB value is (37,52,6). Sum of RGB (Red+Green+Blue) = 37+52+6=95 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.95% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 6 (2.73% from 255 or 6.32% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #253406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253406 is #DACBF9. Grayscale: #2A2A2A. Windows color (decimal): -14339066 or 406565. OLE color: 406565.

HSL color Cylindrical-coordinate representation of color #253406: hue angle of 79.57º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #253406 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB37526-
CMYK0.2900.880.80
HSL79.57º79.31%11.37%-
HSV(B)79.57º88.46%20.39%-
XYZ2.022.860.62-
YUV42.27107.53124.24-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.95%
GREEN value IS 52 (20.70% from 255) = 54.74%
BLUE value IS 6 (2.73% from 255) = 6.32%
R=38.95%
G=54.74%
B=6.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal375260.2900.880.8079.5779.3111.37
Hex253461D05850504fb
Octal4564635013012012011713
Binary10010111010011011101010110001010000101000010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253406; }

 p { color: rgb(37,52,6); }

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

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

 a { background-color: rgb(37,52,6); }

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

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

 span { border-color: rgb(37,52,6); }

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