#0A461A

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

Shades of Deep Fir #0A461A

Tints of Deep Fir #0A461A

Color information

#0A461A (or 0x0A461A) is unknown color: approx Deep Fir. HEX triplet: 0A, 46 and 1A. RGB value is (10,70,26). Sum of RGB (Red+Green+Blue) = 10+70+26=106 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.43% from 106); Green value is 70 (27.73% from 255 or 66.04% from 106); Blue value is 26 (10.55% from 255 or 24.53% from 106); Max value from RGB is 70 - color contains mainly: green. Hex color #0A461A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A461A is #F5B9E5. Grayscale: #2F2F2F. Windows color (decimal): -16103910 or 1721866. OLE color: 1721866.

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

Color convert

RGB107026-
CMYK0.8600.630.73
HSL136º75%15.69%-
HSV(B)136º85.71%27.45%-
XYZ2.54.521.72-
YUV47.04116.12101.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.43%
GREEN value IS 70 (27.73% from 255) = 66.04%
BLUE value IS 26 (10.55% from 255) = 24.53%
R=9.43%
G=66.04%
B=24.53%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1070260.8600.630.731367515.69
HexA461A5603F49884b10
Octal121063212607711121011320
Binary101010001101101010101100111111100100110001000100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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