#214C04

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

Shades of Myrtle #214C04

Tints of Myrtle #214C04

Color information

#214C04 (or 0x214C04) is unknown color: approx Myrtle. HEX triplet: 21, 4C and 04. RGB value is (33,76,4). Sum of RGB (Red+Green+Blue) = 33+76+4=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 76 (30.08% from 255 or 67.26% from 113); Blue value is 4 (1.95% from 255 or 3.54% from 113); Max value from RGB is 76 - color contains mainly: green. Hex color #214C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214C04 is #DEB3FB. Grayscale: #373737. Windows color (decimal): -14595068 or 281633. OLE color: 281633.

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

Color convert

RGB33764-
CMYK0.5700.950.70
HSL95.83º90%15.69%-
HSV(B)95.83º94.74%29.8%-
XYZ3.235.51.01-
YUV54.9399.25112.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.20%
GREEN value IS 76 (30.08% from 255) = 67.26%
BLUE value IS 4 (1.95% from 255) = 3.54%
R=29.20%
G=67.26%
B=3.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal337640.5700.950.7095.839015.69
Hex214C43905F46605a10
Octal41114471013710614013220
Binary10000110011001001110010101111110001101100000101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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