#103A16

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

Shades of Deep Fir #103A16

Tints of Deep Fir #103A16

Color information

#103A16 (or 0x103A16) is unknown color: approx Deep Fir. HEX triplet: 10, 3A and 16. RGB value is (16,58,22). Sum of RGB (Red+Green+Blue) = 16+58+22=96 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.67% from 96); Green value is 58 (23.05% from 255 or 60.42% from 96); Blue value is 22 (8.98% from 255 or 22.92% from 96); Max value from RGB is 58 - color contains mainly: green. Hex color #103A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103A16 is #EFC5E9. Grayscale: #292929. Windows color (decimal): -15713770 or 1456656. OLE color: 1456656.

HSL color Cylindrical-coordinate representation of color #103A16: hue angle of 128.57º degrees, saturation: 0.57, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #103A16 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.77.

Color convert

RGB165822-
CMYK0.7200.620.77
HSL128.57º56.76%14.51%-
HSV(B)128.57º72.41%22.75%-
XYZ1.873.191.28-
YUV41.34117.09109.93-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.67%
GREEN value IS 58 (23.05% from 255) = 60.42%
BLUE value IS 22 (8.98% from 255) = 22.92%
R=16.67%
G=60.42%
B=22.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1658220.7200.620.77128.5756.7614.51
Hex103A164803E4D8139f
Octal2072261100761152017117
Binary1000011101010110100100001111101001101100000011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103A16; }

 p { color: rgb(16,58,22); }

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

<style>
 a { background-color: #103A16; }

 a { background-color: rgb(16,58,22); }

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

<style>
 span { border-color: #103A16; }

 span { border-color: rgb(16,58,22); }

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