Html Css Color HEX #104721 Deep Fir

📋 copy color: '#104721'

red 16 ◦ green 71 ◦ blue 33

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

Shades of Deep Fir #104721

Tints of Deep Fir #104721

RGB

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

 GREEN value IS 71 (28.13% from 255) = 59.17%

 BLUE value IS 33 (13.28% from 255) = 27.5%

R = 13.33%
G = 59.17%
B = 27.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.54

 K value IS 0.72

RGB Variations

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

Color information

#104721 (or 0x104721) is known color: Deep Fir. HEX triplet: 10, 47 and 21. RGB value is (16,71,33). Sum of RGB (Red+Green+Blue) = 16+71+33=120 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.33% from 120); Green value is 71 (28.12% from 255 or 59.17% from 120); Blue value is 33 (13.28% from 255 or 27.5% from 120); Max value from RGB is 71 - color contains mainly: green. Hex color #104721 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104721 is #EFB8DE. Grayscale: #323232. Windows color (decimal): -15710431 or 2180880. OLE color: 2180880.

HSL color Cylindrical-coordinate representation of color #104721: hue angle of 138.55º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #104721 is Cyan = 0.77, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.72.

Color convert

RGB 16 71 33 -
CMYK 0.77 0 0.54 0.72
HSL 138.55º 0.63% 0.17% -
HSV(B) 138.55º 0.77% 0.28% -
XYZ 2.74 4.73 2.21 -
YUV 50.22 118.28 103.59 -
System Red Green Blue C M Y K H S L
Decimal 16 71 33 0.77 0 0.54 0.72 138.55 0.63 0.17
Hex 10 47 21 4D 0 36 48 8B 3F 11
Octal 20 107 41 115 0 66 110 213 77 21
Binary 10000 1000111 100001 1001101 0 110110 1001000 10001011 111111 10001

Color Harmonies of #104721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104721

Black with #104721

Text Example


Text Example

White with #104721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104721; }

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

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

background-color css

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

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

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

border-color css

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

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

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