#214C06

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

Shades of Myrtle #214C06

Tints of Myrtle #214C06

Color information

#214C06 (or 0x214C06) is unknown color: approx Myrtle. HEX triplet: 21, 4C and 06. RGB value is (33,76,6). Sum of RGB (Red+Green+Blue) = 33+76+6=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 76 (30.08% from 255 or 66.09% from 115); Blue value is 6 (2.73% from 255 or 5.22% from 115); Max value from RGB is 76 - color contains mainly: green. Hex color #214C06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214C06 is #DEB3F9. Grayscale: #373737. Windows color (decimal): -14595066 or 412705. OLE color: 412705.

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

Color convert

RGB33766-
CMYK0.5700.920.70
HSL96.86º85.37%16.08%-
HSV(B)96.86º92.11%29.8%-
XYZ3.245.511.06-
YUV55.16100.25112.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.70%
GREEN value IS 76 (30.08% from 255) = 66.09%
BLUE value IS 6 (2.73% from 255) = 5.22%
R=28.70%
G=66.09%
B=5.22%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal337660.5700.920.7096.8685.3716.08
Hex214C63905C46615510
Octal41114671013410614112520
Binary10000110011001101110010101110010001101100001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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