#214520

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

Shades of Myrtle #214520

Tints of Myrtle #214520

Color information

#214520 (or 0x214520) is unknown color: approx Myrtle. HEX triplet: 21, 45 and 20. RGB value is (33,69,32). Sum of RGB (Red+Green+Blue) = 33+69+32=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 69 (27.34% from 255 or 51.49% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 69 - color contains mainly: green. Hex color #214520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214520 is #DEBADF. Grayscale: #363636. Windows color (decimal): -14596832 or 2114849. OLE color: 2114849.

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

Color convert

RGB336932-
CMYK0.5200.540.73
HSL118.38º36.63%19.8%-
HSV(B)118.38º53.62%27.06%-
XYZ3.024.682.11-
YUV54.02115.57113.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 69 (27.34% from 255) = 51.49%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=24.63%
G=51.49%
B=23.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3369320.5200.540.73118.3836.6319.8
Hex2145203403649762514
Octal4110540640661111664524
Binary100001100010110000011010001101101001001111011010010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214520; }

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

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

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

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

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

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

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

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