#0A4916

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

Shades of Deep Fir #0A4916

Tints of Deep Fir #0A4916

Color information

#0A4916 (or 0x0A4916) is unknown color: approx Deep Fir. HEX triplet: 0A, 49 and 16. RGB value is (10,73,22). Sum of RGB (Red+Green+Blue) = 10+73+22=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 73 (28.91% from 255 or 69.52% from 105); Blue value is 22 (8.98% from 255 or 20.95% from 105); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4916 is #F5B6E9. Grayscale: #303030. Windows color (decimal): -16103146 or 1460490. OLE color: 1460490.

HSL color Cylindrical-coordinate representation of color #0A4916: hue angle of 131.43º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A4916 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB107322-
CMYK0.8600.700.71
HSL131.43º75.9%16.27%-
HSV(B)131.43º86.3%28.63%-
XYZ2.654.891.56-
YUV48.35113.13100.65-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.52%
GREEN value IS 73 (28.91% from 255) = 69.52%
BLUE value IS 22 (8.98% from 255) = 20.95%
R=9.52%
G=69.52%
B=20.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1073220.8600.700.71131.4375.916.27
HexA49165604647834c10
Octal1211126126010610720311420
Binary1010100100110110101011001000110100011110000011100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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