#0A461D

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

Shades of Deep Fir #0A461D

Tints of Deep Fir #0A461D

Color information

#0A461D (or 0x0A461D) is unknown color: approx Deep Fir. HEX triplet: 0A, 46 and 1D. RGB value is (10,70,29). Sum of RGB (Red+Green+Blue) = 10+70+29=109 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.17% from 109); Green value is 70 (27.73% from 255 or 64.22% from 109); Blue value is 29 (11.72% from 255 or 26.61% from 109); Max value from RGB is 70 - color contains mainly: green. Hex color #0A461D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A461D is #F5B9E2. Grayscale: #2F2F2F. Windows color (decimal): -16103907 or 1918474. OLE color: 1918474.

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

Color convert

RGB107029-
CMYK0.8600.590.73
HSL139º75%15.69%-
HSV(B)139º85.71%27.45%-
XYZ2.544.531.9-
YUV47.39117.62101.33-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.17%
GREEN value IS 70 (27.73% from 255) = 64.22%
BLUE value IS 29 (11.72% from 255) = 26.61%
R=9.17%
G=64.22%
B=26.61%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1070290.8600.590.731397515.69
HexA461D5603B498b4b10
Octal121063512607311121311320
Binary101010001101110110101100111011100100110001011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A461D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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