#214C11

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

Shades of Myrtle #214C11

Tints of Myrtle #214C11

Color information

#214C11 (or 0x214C11) is unknown color: approx Myrtle. HEX triplet: 21, 4C and 11. RGB value is (33,76,17). Sum of RGB (Red+Green+Blue) = 33+76+17=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 76 (30.08% from 255 or 60.32% from 126); Blue value is 17 (7.03% from 255 or 13.49% from 126); Max value from RGB is 76 - color contains mainly: green. Hex color #214C11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214C11 is #DEB3EE. Grayscale: #383838. Windows color (decimal): -14595055 or 1133601. OLE color: 1133601.

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

Color convert

RGB337617-
CMYK0.5700.780.70
HSL103.73º63.44%18.24%-
HSV(B)103.73º77.63%29.8%-
XYZ3.315.531.42-
YUV56.42105.75111.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.19%
GREEN value IS 76 (30.08% from 255) = 60.32%
BLUE value IS 17 (7.03% from 255) = 13.49%
R=26.19%
G=60.32%
B=13.49%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3376170.5700.780.70103.7363.4418.24
Hex214C113904E46683f12
Octal41114217101161061507722
Binary100001100110010001111001010011101000110110100011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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