#0A4116

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

Shades of Deep Fir #0A4116

Tints of Deep Fir #0A4116

Color information

#0A4116 (or 0x0A4116) is unknown color: approx Deep Fir. HEX triplet: 0A, 41 and 16. RGB value is (10,65,22). Sum of RGB (Red+Green+Blue) = 10+65+22=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 65 (25.78% from 255 or 67.01% from 97); Blue value is 22 (8.98% from 255 or 22.68% from 97); Max value from RGB is 65 - color contains mainly: green. Hex color #0A4116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A4116 is #F5BEE9. Grayscale: #2B2B2B. Windows color (decimal): -16105194 or 1458442. OLE color: 1458442.

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

Color convert

RGB106522-
CMYK0.8500.660.75
HSL133.09º73.33%14.71%-
HSV(B)133.09º84.62%25.49%-
XYZ2.163.91.4-
YUV43.65115.78104-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.31%
GREEN value IS 65 (25.78% from 255) = 67.01%
BLUE value IS 22 (8.98% from 255) = 22.68%
R=10.31%
G=67.01%
B=22.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1065220.8500.660.75133.0973.3314.71
HexA4116550424B8549f
Octal1210126125010211320511117
Binary101010000011011010101010100001010010111000010110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A4116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,65,22); }

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

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

 a { background-color: rgb(10,65,22); }

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

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

 span { border-color: rgb(10,65,22); }

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