#214707

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

Shades of Myrtle #214707

Tints of Myrtle #214707

Color information

#214707 (or 0x214707) is unknown color: approx Myrtle. HEX triplet: 21, 47 and 07. RGB value is (33,71,7). Sum of RGB (Red+Green+Blue) = 33+71+7=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 71 (28.12% from 255 or 63.96% from 111); Blue value is 7 (3.12% from 255 or 6.31% from 111); Max value from RGB is 71 - color contains mainly: green. Hex color #214707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214707 is #DEB8F8. Grayscale: #343434. Windows color (decimal): -14596345 or 476961. OLE color: 476961.

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

Color convert

RGB33717-
CMYK0.5400.900.72
HSL95.62º82.05%15.29%-
HSV(B)95.62º90.14%27.84%-
XYZ2.924.850.98-
YUV52.34102.41114.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 29.73%
GREEN value IS 71 (28.12% from 255) = 63.96%
BLUE value IS 7 (3.12% from 255) = 6.31%
R=29.73%
G=63.96%
B=6.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal337170.5400.900.7295.6282.0515.29
Hex214773605A486052f
Octal41107766013211014012217
Binary1000011000111111110110010110101001000110000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214707

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214707; }

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

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

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

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

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

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

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

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