Html Css Color HEX #216213 Myrtle

📋 copy color: '#216213'

red 33 ◦ green 98 ◦ blue 19

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

Shades of Myrtle #216213

Tints of Myrtle #216213

RGB

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

 GREEN value IS 98 (38.67% from 255) = 65.33%

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

R = 22%
G = 65.33%
B = 12.67%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.81

 K value IS 0.62

RGB Variations

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

Color information

#216213 (or 0x216213) is known color: Myrtle. HEX triplet: 21, 62 and 13. RGB value is (33,98,19). Sum of RGB (Red+Green+Blue) = 33+98+19=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 98 (38.67% from 255 or 65.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 98 - color contains mainly: green. Hex color #216213 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216213 is #DE9DEC. Grayscale: #454545. Windows color (decimal): -14589421 or 1270305. OLE color: 1270305.

HSL color Cylindrical-coordinate representation of color #216213: hue angle of 109.37º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #216213 is Cyan = 0.66, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.62.

Color convert

RGB 33 98 19 -
CMYK 0.66 0 0.81 0.62
HSL 109.37º 0.68% 0.23% -
HSV(B) 109.37º 0.81% 0.38% -
XYZ 5.11 9.11 2.1 -
YUV 69.56 99.47 101.92 -
System Red Green Blue C M Y K H S L
Decimal 33 98 19 0.66 0 0.81 0.62 109.37 0.68 0.23
Hex 21 62 13 42 0 51 3E 6D 44 17
Octal 41 142 23 102 0 121 76 155 104 27
Binary 100001 1100010 10011 1000010 0 1010001 111110 1101101 1000100 10111

Color Harmonies of #216213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #216213

Black with #216213

Text Example


Text Example

White with #216213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #216213; }

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

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

background-color css

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

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

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

border-color css

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

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

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