#214716

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

Shades of Myrtle #214716

Tints of Myrtle #214716

Color information

#214716 (or 0x214716) is unknown color: approx Myrtle. HEX triplet: 21, 47 and 16. RGB value is (33,71,22). Sum of RGB (Red+Green+Blue) = 33+71+22=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 71 (28.12% from 255 or 56.35% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 71 - color contains mainly: green. Hex color #214716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214716 is #DEB8E9. Grayscale: #363636. Windows color (decimal): -14596330 or 1460001. OLE color: 1460001.

HSL color Cylindrical-coordinate representation of color #214716: hue angle of 106.53º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #214716 is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB337122-
CMYK0.5400.690.72
HSL106.53º52.69%18.24%-
HSV(B)106.53º69.01%27.84%-
XYZ3.034.891.54-
YUV54.05109.91112.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.19%
GREEN value IS 71 (28.12% from 255) = 56.35%
BLUE value IS 22 (8.98% from 255) = 17.46%
R=26.19%
G=56.35%
B=17.46%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371220.5400.690.72106.5352.6918.24
Hex21471636045486b3512
Octal41107266601051101536522
Binary100001100011110110110110010001011001000110101111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214716; }

 p { color: rgb(33,71,22); }

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

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

 a { background-color: rgb(33,71,22); }

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

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

 span { border-color: rgb(33,71,22); }

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