Html Css Color HEX #216813 San Felix

📋 copy color: '#216813'

red 33 ◦ green 104 ◦ blue 19

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

Shades of San Felix #216813

Tints of San Felix #216813

RGB

 RED value IS 33 (13.28% from 255) = 21.15%

 GREEN value IS 104 (41.02% from 255) = 66.67%

 BLUE value IS 19 (7.81% from 255) = 12.18%

R = 21.15%
G = 66.67%
B = 12.18%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.82

 K value IS 0.59

RGB Variations

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

Color information

#216813 (or 0x216813) is known color: San Felix. HEX triplet: 21, 68 and 13. RGB value is (33,104,19). Sum of RGB (Red+Green+Blue) = 33+104+19=156 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.15% from 156); Green value is 104 (41.02% from 255 or 66.67% from 156); Blue value is 19 (7.81% from 255 or 12.18% from 156); Max value from RGB is 104 - color contains mainly: green. Hex color #216813 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216813 is #DE97EC. Grayscale: #494949. Windows color (decimal): -14587885 or 1271841. OLE color: 1271841.

HSL color Cylindrical-coordinate representation of color #216813: hue angle of 110.12º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #216813 is Cyan = 0.68, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB 33 104 19 -
CMYK 0.68 0 0.82 0.59
HSL 110.12º 0.69% 0.24% -
HSV(B) 110.12º 0.82% 0.41% -
XYZ 5.7 10.27 2.3 -
YUV 73.08 97.48 99.41 -
System Red Green Blue C M Y K H S L
Decimal 33 104 19 0.68 0 0.82 0.59 110.12 0.69 0.24
Hex 21 68 13 44 0 52 3B 6E 45 18
Octal 41 150 23 104 0 122 73 156 105 30
Binary 100001 1101000 10011 1000100 0 1010010 111011 1101110 1000101 11000

Color Harmonies of #216813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216813

Black with #216813

Text Example


Text Example

White with #216813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216813; }

 p { color: rgb(33,104,19); }

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

background-color css

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

 a { background-color: rgb(33,104,19); }

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

border-color css

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

 span { border-color: rgb(33,104,19); }

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