#214D22

Color #214D22 Myrtle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Myrtle #214D22

Tints of Myrtle #214D22

Color information

#214D22 (or 0x214D22) is unknown color: approx Myrtle. HEX triplet: 21, 4D and 22. RGB value is (33,77,34). Sum of RGB (Red+Green+Blue) = 33+77+34=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 77 (30.47% from 255 or 53.47% from 144); Blue value is 34 (13.67% from 255 or 23.61% from 144); Max value from RGB is 77 - color contains mainly: green. Hex color #214D22 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #214D22 is #DEB2DD. Grayscale: #3B3B3B. Windows color (decimal): -14594782 or 2247969. OLE color: 2247969.

HSL color Cylindrical-coordinate representation of color #214D22: hue angle of 121.36º degrees, saturation: 0.4, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #214D22 is Cyan = 0.57, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.70.

Color convert

RGB337734-
CMYK0.5700.560.70
HSL121.36º40%21.57%-
HSV(B)121.36º57.14%30.2%-
XYZ3.575.752.43-
YUV58.94113.92109.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 77 (30.47% from 255) = 53.47%
BLUE value IS 34 (13.67% from 255) = 23.61%
R=22.92%
G=53.47%
B=23.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3377340.5700.560.70121.364021.57
Hex214D223903846792816
Octal4111542710701061715026
Binary100001100110110001011100101110001000110111100110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214D22; }

 p { color: rgb(33,77,34); }

 H1.HeaderClassName
 {
   color: #214D22;
 }
 .AnyTagClassName
 {
   color: #214D22;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #214D22;
 }
 .BgClassName
 {
   background-color: #214D22;
 }
</style>
border-color css

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

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

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