#214705

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

Shades of Myrtle #214705

Tints of Myrtle #214705

Color information

#214705 (or 0x214705) is unknown color: approx Myrtle. HEX triplet: 21, 47 and 05. RGB value is (33,71,5). Sum of RGB (Red+Green+Blue) = 33+71+5=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 71 (28.12% from 255 or 65.14% from 109); Blue value is 5 (2.34% from 255 or 4.59% from 109); Max value from RGB is 71 - color contains mainly: green. Hex color #214705 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214705 is #DEB8FA. Grayscale: #343434. Windows color (decimal): -14596347 or 345889. OLE color: 345889.

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

Color convert

RGB33715-
CMYK0.5400.930.72
HSL94.55º86.84%14.9%-
HSV(B)94.55º92.96%27.84%-
XYZ2.914.840.92-
YUV52.11101.41114.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.28%
GREEN value IS 71 (28.12% from 255) = 65.14%
BLUE value IS 5 (2.34% from 255) = 4.59%
R=30.28%
G=65.14%
B=4.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal337150.5400.930.7294.5586.8414.9
Hex214753605D485f57f
Octal41107566013511013712717
Binary1000011000111101110110010111011001000101111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214705

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214705; }

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

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

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

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

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

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

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

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