#0A4418

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

Shades of Deep Fir #0A4418

Tints of Deep Fir #0A4418

Color information

#0A4418 (or 0x0A4418) is unknown color: approx Deep Fir. HEX triplet: 0A, 44 and 18. RGB value is (10,68,24). Sum of RGB (Red+Green+Blue) = 10+68+24=102 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.80% from 102); Green value is 68 (26.95% from 255 or 66.67% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 68 - color contains mainly: green. Hex color #0A4418 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4418 is #F5BBE7. Grayscale: #2D2D2D. Windows color (decimal): -16104424 or 1590282. OLE color: 1590282.

HSL color Cylindrical-coordinate representation of color #0A4418: hue angle of 134.48º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4418 is Cyan = 0.85, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB106824-
CMYK0.8500.650.73
HSL134.48º74.36%15.29%-
HSV(B)134.48º85.29%26.67%-
XYZ2.364.261.56-
YUV45.64115.78102.58-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.80%
GREEN value IS 68 (26.95% from 255) = 66.67%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=9.80%
G=66.67%
B=23.53%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1068240.8500.650.73134.4874.3615.29
HexA44185504149864af
Octal1210430125010111120611217
Binary101010001001100010101010100000110010011000011010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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