Html Css Color HEX #104C20 Deep Fir

📋 copy color: '#104C20'

red 16 ◦ green 76 ◦ blue 32

#104C20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Fir #104C20

Tints of Deep Fir #104C20

RGB

 RED value IS 16 (6.64% from 255) = 12.9%

 GREEN value IS 76 (30.08% from 255) = 61.29%

 BLUE value IS 32 (12.89% from 255) = 25.81%

R = 12.9%
G = 61.29%
B = 25.81%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.58

 K value IS 0.70

RGB Variations

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

Color information

#104C20 (or 0x104C20) is known color: Deep Fir. HEX triplet: 10, 4C and 20. RGB value is (16,76,32). Sum of RGB (Red+Green+Blue) = 16+76+32=124 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.90% from 124); Green value is 76 (30.08% from 255 or 61.29% from 124); Blue value is 32 (12.89% from 255 or 25.81% from 124); Max value from RGB is 76 - color contains mainly: green. Hex color #104C20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104C20 is #EFB3DF. Grayscale: #353535. Windows color (decimal): -15709152 or 2116624. OLE color: 2116624.

HSL color Cylindrical-coordinate representation of color #104C20: hue angle of 136º 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 #104C20 is Cyan = 0.79, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.70.

Color convert

RGB 16 76 32 -
CMYK 0.79 0 0.58 0.70
HSL 136º 0.65% 0.18% -
HSV(B) 136º 0.79% 0.3% -
XYZ 3.06 5.38 2.24 -
YUV 53.04 116.12 101.58 -
System Red Green Blue C M Y K H S L
Decimal 16 76 32 0.79 0 0.58 0.70 136 0.65 0.18
Hex 10 4C 20 4F 0 3A 46 88 41 12
Octal 20 114 40 117 0 72 106 210 101 22
Binary 10000 1001100 100000 1001111 0 111010 1000110 10001000 1000001 10010

Color Harmonies of #104C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104C20

Black with #104C20

Text Example


Text Example

White with #104C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #104C20;
 }
 .AnyTagClassName
 {
   color: #104C20;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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