#103A19

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

Shades of Deep Fir #103A19

Tints of Deep Fir #103A19

Color information

#103A19 (or 0x103A19) is unknown color: approx Deep Fir. HEX triplet: 10, 3A and 19. RGB value is (16,58,25). Sum of RGB (Red+Green+Blue) = 16+58+25=99 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16.16% from 99); Green value is 58 (23.05% from 255 or 58.59% from 99); Blue value is 25 (10.16% from 255 or 25.25% from 99); Max value from RGB is 58 - color contains mainly: green. Hex color #103A19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103A19 is #EFC5E6. Grayscale: #292929. Windows color (decimal): -15713767 or 1653264. OLE color: 1653264.

HSL color Cylindrical-coordinate representation of color #103A19: hue angle of 132.86º 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 #103A19 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.77.

Color convert

RGB165825-
CMYK0.7200.570.77
HSL132.86º56.76%14.51%-
HSV(B)132.86º72.41%22.75%-
XYZ1.93.211.44-
YUV41.68118.59109.68-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16.16%
GREEN value IS 58 (23.05% from 255) = 58.59%
BLUE value IS 25 (10.16% from 255) = 25.25%
R=16.16%
G=58.59%
B=25.25%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1658250.7200.570.77132.8656.7614.51
Hex103A19480394D8539f
Octal2072311100711152057117
Binary1000011101011001100100001110011001101100001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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