#214906

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

Shades of Myrtle #214906

Tints of Myrtle #214906

Color information

#214906 (or 0x214906) is unknown color: approx 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

RGB33736-
CMYK0.5500.920.71
HSL95.82º84.81%15.49%-
HSV(B)95.82º91.78%28.63%-
XYZ3.045.11-
YUV53.4101.25113.45-

RGB Variations

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

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 (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal337360.5500.920.7195.8284.8115.49
Hex214963705C476055f
Octal41111667013410714012517
Binary1000011001001110110111010111001000111110000010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>