Html Css Color HEX #104221 Deep Fir

📋 copy color: '#104221'

red 16 ◦ green 66 ◦ blue 33

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

Shades of Deep Fir #104221

Tints of Deep Fir #104221

RGB

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

 GREEN value IS 66 (26.17% from 255) = 57.39%

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

R = 13.91%
G = 57.39%
B = 28.7%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.5

 K value IS 0.74

RGB Variations

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

Color information

#104221 (or 0x104221) is known color: Deep Fir. HEX triplet: 10, 42 and 21. RGB value is (16,66,33). Sum of RGB (Red+Green+Blue) = 16+66+33=115 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.91% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 33 (13.28% from 255 or 28.70% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #104221 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #104221 is #EFBDDE. Grayscale: #2F2F2F. Windows color (decimal): -15711711 or 2179600. OLE color: 2179600.

HSL color Cylindrical-coordinate representation of color #104221: hue angle of 140.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #104221 is Cyan = 0.76, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.74.

Color convert

RGB 16 66 33 -
CMYK 0.76 0 0.5 0.74
HSL 140.4º 0.61% 0.16% -
HSV(B) 140.4º 0.76% 0.26% -
XYZ 2.44 4.12 2.1 -
YUV 47.29 119.94 105.68 -
System Red Green Blue C M Y K H S L
Decimal 16 66 33 0.76 0 0.5 0.74 140.4 0.61 0.16
Hex 10 42 21 4C 0 32 4A 8C 3D 10
Octal 20 102 41 114 0 62 112 214 75 20
Binary 10000 1000010 100001 1001100 0 110010 1001010 10001100 111101 10000

Color Harmonies of #104221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104221

Black with #104221

Text Example


Text Example

White with #104221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104221; }

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

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

background-color css

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

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

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

border-color css

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

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

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