Html Css Color HEX #214021 Myrtle

📋 copy color: '#214021'

red 33 ◦ green 64 ◦ blue 33

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

Shades of Myrtle #214021

Tints of Myrtle #214021

RGB

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

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

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

R = 25.38%
G = 49.23%
B = 25.38%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.75

RGB Variations

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

Color information

#214021 (or 0x214021) is known color: Myrtle. HEX triplet: 21, 40 and 21. RGB value is (33,64,33). Sum of RGB (Red+Green+Blue) = 33+64+33=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 64 (25.39% from 255 or 49.23% from 130); Blue value is 33 (13.28% from 255 or 25.38% from 130); Max value from RGB is 64 - color contains mainly: green. Hex color #214021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214021 is #DEBFDE. Grayscale: #333333. Windows color (decimal): -14598111 or 2179105. OLE color: 2179105.

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

Color convert

RGB 33 64 33 -
CMYK 0.48 0 0.48 0.75
HSL 120º 0.32% 0.19% -
HSV(B) 120º 0.48% 0.25% -
XYZ 2.74 4.1 2.09 -
YUV 51.2 117.73 115.02 -
System Red Green Blue C M Y K H S L
Decimal 33 64 33 0.48 0 0.48 0.75 120 0.32 0.19
Hex 21 40 21 30 0 30 4B 78 20 13
Octal 41 100 41 60 0 60 113 170 40 23
Binary 100001 1000000 100001 110000 0 110000 1001011 1111000 100000 10011

Color Harmonies of #214021

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214021

Black with #214021

Text Example


Text Example

White with #214021

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214021; }

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

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

background-color css

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

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

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

border-color css

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

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

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