#0A4C16

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

Shades of Deep Fir #0A4C16

Tints of Deep Fir #0A4C16

Color information

#0A4C16 (or 0x0A4C16) is unknown color: approx Deep Fir. HEX triplet: 0A, 4C and 16. RGB value is (10,76,22). Sum of RGB (Red+Green+Blue) = 10+76+22=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 76 (30.08% from 255 or 70.37% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 76 - color contains mainly: green. Hex color #0A4C16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4C16 is #F5B3E9. Grayscale: #323232. Windows color (decimal): -16102378 or 1461258. OLE color: 1461258.

HSL color Cylindrical-coordinate representation of color #0A4C16: hue angle of 130.91º degrees, saturation: 0.77, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A4C16 is Cyan = 0.87, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.70.

Color convert

RGB107622-
CMYK0.8700.710.70
HSL130.91º76.74%16.86%-
HSV(B)130.91º86.84%29.8%-
XYZ2.855.291.63-
YUV50.11112.1399.39-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.26%
GREEN value IS 76 (30.08% from 255) = 70.37%
BLUE value IS 22 (8.98% from 255) = 20.37%
R=9.26%
G=70.37%
B=20.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1076220.8700.710.70130.9176.7416.86
HexA4C165704746834d11
Octal1211426127010710620311521
Binary1010100110010110101011101000111100011010000011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,76,22); }

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

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

 a { background-color: rgb(10,76,22); }

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

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

 span { border-color: rgb(10,76,22); }

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