Html Css Color HEX #214213 Myrtle

📋 copy color: '#214213'

red 33 ◦ green 66 ◦ blue 19

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

Shades of Myrtle #214213

Tints of Myrtle #214213

RGB

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

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

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

R = 27.97%
G = 55.93%
B = 16.1%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.71

 K value IS 0.74

RGB Variations

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

Color information

#214213 (or 0x214213) is known color: Myrtle. HEX triplet: 21, 42 and 13. RGB value is (33,66,19). Sum of RGB (Red+Green+Blue) = 33+66+19=118 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.97% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 19 (7.81% from 255 or 16.10% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #214213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214213 is #DEBDEC. Grayscale: #323232. Windows color (decimal): -14597613 or 1262113. OLE color: 1262113.

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

Color convert

RGB 33 66 19 -
CMYK 0.5 0 0.71 0.74
HSL 102.13º 0.55% 0.17% -
HSV(B) 102.13º 0.71% 0.26% -
XYZ 2.69 4.27 1.3 -
YUV 50.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 33 66 19 0.5 0 0.71 0.74 102.13 0.55 0.17
Hex 21 42 13 32 0 47 4A 66 37 11
Octal 41 102 23 62 0 107 112 146 67 21
Binary 100001 1000010 10011 110010 0 1000111 1001010 1100110 110111 10001

Color Harmonies of #214213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214213

Black with #214213

Text Example


Text Example

White with #214213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214213; }

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

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

background-color css

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

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

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

border-color css

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

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

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