#214406

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

Shades of Myrtle #214406

Tints of Myrtle #214406

Color information

#214406 (or 0x214406) is unknown color: approx Myrtle. HEX triplet: 21, 44 and 06. RGB value is (33,68,6). Sum of RGB (Red+Green+Blue) = 33+68+6=107 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.84% from 107); Green value is 68 (26.95% from 255 or 63.55% from 107); Blue value is 6 (2.73% from 255 or 5.61% from 107); Max value from RGB is 68 - color contains mainly: green. Hex color #214406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #214406 is #DEBBF9. Grayscale: #323232. Windows color (decimal): -14597114 or 410657. OLE color: 410657.

HSL color Cylindrical-coordinate representation of color #214406: hue angle of 93.87º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #214406 is Cyan = 0.51, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.

Color convert

RGB33686-
CMYK0.5100.910.73
HSL93.87º83.78%14.51%-
HSV(B)93.87º91.18%26.67%-
XYZ2.734.470.89-
YUV50.47102.9115.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 30.84%
GREEN value IS 68 (26.95% from 255) = 63.55%
BLUE value IS 6 (2.73% from 255) = 5.61%
R=30.84%
G=63.55%
B=5.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal336860.5100.910.7393.8783.7814.51
Hex214463305B495e54f
Octal41104663013311113612417
Binary1000011000100110110011010110111001001101111010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214406; }

 p { color: rgb(33,68,6); }

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

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

 a { background-color: rgb(33,68,6); }

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

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

 span { border-color: rgb(33,68,6); }

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