#104C21

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

Shades of Deep Fir #104C21

Tints of Deep Fir #104C21

Color information

#104C21 (or 0x104C21) is unknown color: approx Deep Fir. HEX triplet: 10, 4C and 21. RGB value is (16,76,33). Sum of RGB (Red+Green+Blue) = 16+76+33=125 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.8% from 125); Green value is 76 (30.08% from 255 or 60.8% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 76 - color contains mainly: green. Hex color #104C21 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C21 is #EFB3DE. Grayscale: #353535. Windows color (decimal): -15709151 or 2182160. OLE color: 2182160.

HSL color Cylindrical-coordinate representation of color #104C21: hue angle of 137º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #104C21 is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.70.

Color convert

RGB167633-
CMYK0.7900.570.70
HSL137º65.22%18.04%-
HSV(B)137º78.95%29.8%-
XYZ3.075.392.32-
YUV53.16116.62101.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 12.8%
GREEN value IS 76 (30.08% from 255) = 60.8%
BLUE value IS 33 (13.28% from 255) = 26.4%
R=12.8%
G=60.8%
B=26.4%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1676330.7900.570.7013765.2218.04
Hex104C214F03946894112
Octal201144111707110621110122
Binary10000100110010000110011110111001100011010001001100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #104C21; }

 p { color: rgb(16,76,33); }

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

<style>
 a { background-color: #104C21; }

 a { background-color: rgb(16,76,33); }

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

<style>
 span { border-color: #104C21; }

 span { border-color: rgb(16,76,33); }

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