#0A3916

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

Shades of Deep Fir #0A3916

Tints of Deep Fir #0A3916

Color information

#0A3916 (or 0x0A3916) is unknown color: approx Deep Fir. HEX triplet: 0A, 39 and 16. RGB value is (10,57,22). Sum of RGB (Red+Green+Blue) = 10+57+22=89 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.24% from 89); Green value is 57 (22.66% from 255 or 64.04% from 89); Blue value is 22 (8.98% from 255 or 24.72% from 89); Max value from RGB is 57 - color contains mainly: green. Hex color #0A3916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3916 is #F5C6E9. Grayscale: #272727. Windows color (decimal): -16107242 or 1456394. OLE color: 1456394.

HSL color Cylindrical-coordinate representation of color #0A3916: hue angle of 135.32º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0A3916 is Cyan = 0.82, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB105722-
CMYK0.8200.610.78
HSL135.32º70.15%13.14%-
HSV(B)135.32º82.46%22.35%-
XYZ1.733.051.26-
YUV38.96118.43107.35-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 11.24%
GREEN value IS 57 (22.66% from 255) = 64.04%
BLUE value IS 22 (8.98% from 255) = 24.72%
R=11.24%
G=64.04%
B=24.72%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1057220.8200.610.78135.3270.1513.14
HexA39165203D4E8746d
Octal12712612207511620710615
Binary1010111001101101010010011110110011101000011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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