#253705

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

Shades of Pine Tree #253705

Tints of Pine Tree #253705

Color information

#253705 (or 0x253705) is unknown color: approx Pine Tree. HEX triplet: 25, 37 and 05. RGB value is (37,55,5). Sum of RGB (Red+Green+Blue) = 37+55+5=97 (12% of max value = 765). Red value is 37 (14.84% from 255 or 38.14% from 97); Green value is 55 (21.88% from 255 or 56.70% from 97); Blue value is 5 (2.34% from 255 or 5.15% from 97); Max value from RGB is 55 - color contains mainly: green. Hex color #253705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #253705 is #DAC8FA. Grayscale: #2C2C2C. Windows color (decimal): -14338299 or 341797. OLE color: 341797.

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

Color convert

RGB37555-
CMYK0.3300.910.78
HSL81.6º83.33%11.76%-
HSV(B)81.6º90.91%21.57%-
XYZ2.163.140.64-
YUV43.92106.04123.07-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 38.14%
GREEN value IS 55 (21.88% from 255) = 56.70%
BLUE value IS 5 (2.34% from 255) = 5.15%
R=38.14%
G=56.70%
B=5.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal375550.3300.910.7881.683.3311.76
Hex253752105B4E5253c
Octal4567541013311612212314
Binary100101110111101100001010110111001110101001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #253705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #253705; }

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

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

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

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

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

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

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

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