#0A3112

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

Shades of Deep Fir #0A3112

Tints of Deep Fir #0A3112

Color information

#0A3112 (or 0x0A3112) is unknown color: approx Deep Fir. HEX triplet: 0A, 31 and 12. RGB value is (10,49,18). Sum of RGB (Red+Green+Blue) = 10+49+18=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 49 (19.53% from 255 or 63.64% from 77); Blue value is 18 (7.42% from 255 or 23.38% from 77); Max value from RGB is 49 - color contains mainly: green. Hex color #0A3112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3112 is #F5CEED. Grayscale: #212121. Windows color (decimal): -16109294 or 1192202. OLE color: 1192202.

HSL color Cylindrical-coordinate representation of color #0A3112: hue angle of 132.31º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A3112 is Cyan = 0.80, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.81.

Color convert

RGB104918-
CMYK0.8000.630.81
HSL132.31º66.1%11.57%-
HSV(B)132.31º79.59%19.22%-
XYZ1.332.30.95-
YUV33.8119.08111.02-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.99%
GREEN value IS 49 (19.53% from 255) = 63.64%
BLUE value IS 18 (7.42% from 255) = 23.38%
R=12.99%
G=63.64%
B=23.38%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1049180.8000.630.81132.3166.111.57
HexA31125003F518442c
Octal12612212007712120410214
Binary1010110001100101010000011111110100011000010010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,49,18); }

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

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

 a { background-color: rgb(10,49,18); }

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

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

 span { border-color: rgb(10,49,18); }

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