#0A3710

Color #0A3710 Deep Fir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Fir #0A3710

Tints of Deep Fir #0A3710

Color information

#0A3710 (or 0x0A3710) is unknown color: approx Deep Fir. HEX triplet: 0A, 37 and 10. RGB value is (10,55,16). Sum of RGB (Red+Green+Blue) = 10+55+16=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 55 (21.88% from 255 or 67.90% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 55 - color contains mainly: green. Hex color #0A3710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3710 is #F5C8EF. Grayscale: #252525. Windows color (decimal): -16107760 or 1062666. OLE color: 1062666.

HSL color Cylindrical-coordinate representation of color #0A3710: hue angle of 128º degrees, saturation: 0.69, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A3710 is Cyan = 0.82, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.

Color convert

RGB105516-
CMYK0.8200.710.78
HSL128º69.23%12.75%-
HSV(B)128º81.82%21.57%-
XYZ1.582.830.95-
YUV37.1116.09108.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.35%
GREEN value IS 55 (21.88% from 255) = 67.90%
BLUE value IS 16 (6.64% from 255) = 19.75%
R=12.35%
G=67.90%
B=19.75%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1055160.8200.710.7812869.2312.75
HexA3710520474E8045d
Octal126720122010711620010515
Binary10101101111000010100100100011110011101000000010001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A3710; }

 p { color: rgb(10,55,16); }

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

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

 a { background-color: rgb(10,55,16); }

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

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

 span { border-color: rgb(10,55,16); }

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