#103B19

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

Shades of Deep Fir #103B19

Tints of Deep Fir #103B19

Color information

#103B19 (or 0x103B19) is unknown color: approx Deep Fir. HEX triplet: 10, 3B and 19. RGB value is (16,59,25). Sum of RGB (Red+Green+Blue) = 16+59+25=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 59 (23.44% from 255 or 59% from 100); Blue value is 25 (10.16% from 255 or 25% from 100); Max value from RGB is 59 - color contains mainly: green. Hex color #103B19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103B19 is #EFC4E6. Grayscale: #2A2A2A. Windows color (decimal): -15713511 or 1653520. OLE color: 1653520.

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

Color convert

RGB165925-
CMYK0.7300.580.77
HSL132.56º57.33%14.71%-
HSV(B)132.56º72.88%23.14%-
XYZ1.953.311.46-
YUV42.27118.25109.26-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 16%
GREEN value IS 59 (23.44% from 255) = 59%
BLUE value IS 25 (10.16% from 255) = 25%
R=16%
G=59%
B=25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1659250.7300.580.77132.5657.3314.71
Hex103B194903A4D8539f
Octal2073311110721152057117
Binary1000011101111001100100101110101001101100001011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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