#0A4012

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

Shades of Deep Fir #0A4012

Tints of Deep Fir #0A4012

Color information

#0A4012 (or 0x0A4012) is unknown color: approx Deep Fir. HEX triplet: 0A, 40 and 12. RGB value is (10,64,18). Sum of RGB (Red+Green+Blue) = 10+64+18=92 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.87% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #0A4012 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4012 is #F5BFED. Grayscale: #2A2A2A. Windows color (decimal): -16105454 or 1196042. OLE color: 1196042.

HSL color Cylindrical-coordinate representation of color #0A4012: hue angle of 128.89º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A4012 is Cyan = 0.84, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB106418-
CMYK0.8400.720.75
HSL128.89º72.97%14.51%-
HSV(B)128.89º84.38%25.1%-
XYZ2.073.771.19-
YUV42.61114.11104.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.87%
GREEN value IS 64 (25.39% from 255) = 69.57%
BLUE value IS 18 (7.42% from 255) = 19.57%
R=10.87%
G=69.57%
B=19.57%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1064180.8400.720.75128.8972.9714.51
HexA4012540484B8149f
Octal1210022124011011320111117
Binary101010000001001010101000100100010010111000000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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