#0A3910

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

Shades of Deep Fir #0A3910

Tints of Deep Fir #0A3910

Color information

#0A3910 (or 0x0A3910) is unknown color: approx Deep Fir. HEX triplet: 0A, 39 and 10. RGB value is (10,57,16). Sum of RGB (Red+Green+Blue) = 10+57+16=83 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.05% from 83); Green value is 57 (22.66% from 255 or 68.67% from 83); Blue value is 16 (6.64% from 255 or 19.28% from 83); Max value from RGB is 57 - color contains mainly: green. Hex color #0A3910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3910 is #F5C6EF. Grayscale: #262626. Windows color (decimal): -16107248 or 1063178. OLE color: 1063178.

HSL color Cylindrical-coordinate representation of color #0A3910: hue angle of 127.66º 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 #0A3910 is Cyan = 0.82, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB105716-
CMYK0.8200.720.78
HSL127.66º70.15%13.14%-
HSV(B)127.66º82.46%22.35%-
XYZ1.683.030.99-
YUV38.27115.43107.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.05%
GREEN value IS 57 (22.66% from 255) = 68.67%
BLUE value IS 16 (6.64% from 255) = 19.28%
R=12.05%
G=68.67%
B=19.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1057160.8200.720.78127.6670.1513.14
HexA3910520484E8046d
Octal127120122011011620010615
Binary10101110011000010100100100100010011101000000010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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