#214511

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

Shades of Myrtle #214511

Tints of Myrtle #214511

Color information

#214511 (or 0x214511) is unknown color: approx Myrtle. HEX triplet: 21, 45 and 11. RGB value is (33,69,17). Sum of RGB (Red+Green+Blue) = 33+69+17=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #214511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214511 is #DEBAEE. Grayscale: #343434. Windows color (decimal): -14596847 or 1131809. OLE color: 1131809.

HSL color Cylindrical-coordinate representation of color #214511: hue angle of 101.54º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #214511 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB336917-
CMYK0.5200.750.73
HSL101.54º60.47%16.86%-
HSV(B)101.54º75.36%27.06%-
XYZ2.864.621.27-
YUV52.31108.07114.23-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 69 (27.34% from 255) = 57.98%
BLUE value IS 17 (7.03% from 255) = 14.29%
R=27.73%
G=57.98%
B=14.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3369170.5200.750.73101.5460.4716.86
Hex2145113404B49663c11
Octal41105216401131111467421
Binary100001100010110001110100010010111001001110011011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214511; }

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

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

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

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

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

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

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

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