Html Css Color HEX #214020 Myrtle

📋 copy color: '#214020'

red 33 ◦ green 64 ◦ blue 32

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

Shades of Myrtle #214020

Tints of Myrtle #214020

RGB

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

 GREEN value IS 64 (25.39% from 255) = 49.61%

 BLUE value IS 32 (12.89% from 255) = 24.81%

R = 25.58%
G = 49.61%
B = 24.81%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.50

 K value IS 0.75

RGB Variations

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

Color information

#214020 (or 0x214020) is known color: Myrtle. HEX triplet: 21, 40 and 20. RGB value is (33,64,32). Sum of RGB (Red+Green+Blue) = 33+64+32=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 64 (25.39% from 255 or 49.61% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 64 - color contains mainly: green. Hex color #214020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214020 is #DEBFDF. Grayscale: #333333. Windows color (decimal): -14598112 or 2113569. OLE color: 2113569.

HSL color Cylindrical-coordinate representation of color #214020: hue angle of 118.12º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #214020 is Cyan = 0.48, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.75.

Color convert

RGB 33 64 32 -
CMYK 0.48 0 0.50 0.75
HSL 118.13º 0.33% 0.19% -
HSV(B) 118.13º 0.5% 0.25% -
XYZ 2.72 4.09 2.01 -
YUV 51.08 117.23 115.1 -
System Red Green Blue C M Y K H S L
Decimal 33 64 32 0.48 0 0.50 0.75 118.13 0.33 0.19
Hex 21 40 20 30 0 32 4B 76 21 13
Octal 41 100 40 60 0 62 113 166 41 23
Binary 100001 1000000 100000 110000 0 110010 1001011 1110110 100001 10011

Color Harmonies of #214020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214020

Black with #214020

Text Example


Text Example

White with #214020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214020; }

 p { color: rgb(33,64,32); }

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

background-color css

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

 a { background-color: rgb(33,64,32); }

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

border-color css

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

 span { border-color: rgb(33,64,32); }

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