Html Css Color HEX #214906 Myrtle

📋 copy color: '#214906'

red 33 ◦ green 73 ◦ blue 6

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

Shades of Myrtle #214906

Tints of Myrtle #214906

RGB

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

 GREEN value IS 73 (28.91% from 255) = 65.18%

 BLUE value IS 6 (2.73% from 255) = 5.36%

R = 29.46%
G = 65.18%
B = 5.36%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#214906 (or 0x214906) is known color: Myrtle. HEX triplet: 21, 49 and 06. RGB value is (33,73,6). Sum of RGB (Red+Green+Blue) = 33+73+6=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 73 (28.91% from 255 or 65.18% from 112); Blue value is 6 (2.73% from 255 or 5.36% from 112); Max value from RGB is 73 - color contains mainly: green. Hex color #214906 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214906 is #DEB6F9. Grayscale: #353535. Windows color (decimal): -14595834 or 411937. OLE color: 411937.

HSL color Cylindrical-coordinate representation of color #214906: hue angle of 95.82º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #214906 is Cyan = 0.55, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 73 6 -
CMYK 0.55 0 0.92 0.71
HSL 95.82º 0.85% 0.15% -
HSV(B) 95.82º 0.92% 0.29% -
XYZ 3.04 5.1 1 -
YUV 53.4 101.25 113.45 -
System Red Green Blue C M Y K H S L
Decimal 33 73 6 0.55 0 0.92 0.71 95.82 0.85 0.15
Hex 21 49 6 37 0 5C 47 60 55 F
Octal 41 111 6 67 0 134 107 140 125 17
Binary 100001 1001001 110 110111 0 1011100 1000111 1100000 1010101 1111

Color Harmonies of #214906

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214906

Black with #214906

Text Example


Text Example

White with #214906

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214906; }

 p { color: rgb(33,73,6); }

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

background-color css

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

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

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

border-color css

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

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

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