#0A4915

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

Shades of Deep Fir #0A4915

Tints of Deep Fir #0A4915

Color information

#0A4915 (or 0x0A4915) is unknown color: approx Deep Fir. HEX triplet: 0A, 49 and 15. RGB value is (10,73,21). Sum of RGB (Red+Green+Blue) = 10+73+21=104 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.62% from 104); Green value is 73 (28.91% from 255 or 70.19% from 104); Blue value is 21 (8.59% from 255 or 20.19% from 104); Max value from RGB is 73 - color contains mainly: green. Hex color #0A4915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4915 is #F5B6EA. Grayscale: #303030. Windows color (decimal): -16103147 or 1394954. OLE color: 1394954.

HSL color Cylindrical-coordinate representation of color #0A4915: hue angle of 130.48º 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 #0A4915 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB107321-
CMYK0.8600.710.71
HSL130.48º75.9%16.27%-
HSV(B)130.48º86.3%28.63%-
XYZ2.644.881.51-
YUV48.24112.63100.73-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.62%
GREEN value IS 73 (28.91% from 255) = 70.19%
BLUE value IS 21 (8.59% from 255) = 20.19%
R=9.62%
G=70.19%
B=20.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1073210.8600.710.71130.4875.916.27
HexA49155604747824c10
Octal1211125126010710720211420
Binary1010100100110101101011001000111100011110000010100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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