#0A4615

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

Shades of Deep Fir #0A4615

Tints of Deep Fir #0A4615

Color information

#0A4615 (or 0x0A4615) is unknown color: approx Deep Fir. HEX triplet: 0A, 46 and 15. RGB value is (10,70,21). Sum of RGB (Red+Green+Blue) = 10+70+21=101 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.90% from 101); Green value is 70 (27.73% from 255 or 69.31% from 101); Blue value is 21 (8.59% from 255 or 20.79% from 101); Max value from RGB is 70 - color contains mainly: green. Hex color #0A4615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4615 is #F5B9EA. Grayscale: #2E2E2E. Windows color (decimal): -16103915 or 1394186. OLE color: 1394186.

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

Color convert

RGB107021-
CMYK0.8600.700.73
HSL131º75%15.69%-
HSV(B)131º85.71%27.45%-
XYZ2.454.51.45-
YUV46.47113.62101.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.90%
GREEN value IS 70 (27.73% from 255) = 69.31%
BLUE value IS 21 (8.59% from 255) = 20.79%
R=9.90%
G=69.31%
B=20.79%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1070210.8600.700.731317515.69
HexA46155604649834b10
Octal1210625126010611120311320
Binary1010100011010101101011001000110100100110000011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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