#0A3216

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

Shades of Deep Fir #0A3216

Tints of Deep Fir #0A3216

Color information

#0A3216 (or 0x0A3216) is unknown color: approx Deep Fir. HEX triplet: 0A, 32 and 16. RGB value is (10,50,22). Sum of RGB (Red+Green+Blue) = 10+50+22=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 50 (19.92% from 255 or 60.98% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 50 - color contains mainly: green. Hex color #0A3216 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A3216 is #F5CDE9. Grayscale: #222222. Windows color (decimal): -16109034 or 1454602. OLE color: 1454602.

HSL color Cylindrical-coordinate representation of color #0A3216: hue angle of 138º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A3216 is Cyan = 0.80, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB105022-
CMYK0.8000.560.80
HSL138º66.67%11.76%-
HSV(B)138º80%19.61%-
XYZ1.412.41.15-
YUV34.85120.75110.28-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.20%
GREEN value IS 50 (19.92% from 255) = 60.98%
BLUE value IS 22 (8.98% from 255) = 26.83%
R=12.20%
G=60.98%
B=26.83%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1050220.8000.560.8013866.6711.76
HexA321650038508a43c
Octal12622612007012021210314
Binary1010110010101101010000011100010100001000101010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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