#0A4718

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

Shades of Deep Fir #0A4718

Tints of Deep Fir #0A4718

Color information

#0A4718 (or 0x0A4718) is unknown color: approx Deep Fir. HEX triplet: 0A, 47 and 18. RGB value is (10,71,24). Sum of RGB (Red+Green+Blue) = 10+71+24=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 71 (28.12% from 255 or 67.62% from 105); Blue value is 24 (9.77% from 255 or 22.86% from 105); Max value from RGB is 71 - color contains mainly: green. Hex color #0A4718 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4718 is #F5B8E7. Grayscale: #2F2F2F. Windows color (decimal): -16103656 or 1591050. OLE color: 1591050.

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

Color convert

RGB107124-
CMYK0.8600.660.72
HSL133.77º75.31%15.88%-
HSV(B)133.77º85.92%27.84%-
XYZ2.544.641.63-
YUV47.4114.79101.32-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.52%
GREEN value IS 71 (28.12% from 255) = 67.62%
BLUE value IS 24 (9.77% from 255) = 22.86%
R=9.52%
G=67.62%
B=22.86%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1071240.8600.660.72133.7775.3115.88
HexA47185604248864b10
Octal1210730126010211020611320
Binary1010100011111000101011001000010100100010000110100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,71,24); }

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

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

 a { background-color: rgb(10,71,24); }

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

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

 span { border-color: rgb(10,71,24); }

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