#21680E

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

Shades of Myrtle #21680E

Tints of Myrtle #21680E

Color information

#21680E (or 0x21680E) is unknown color: approx Myrtle. HEX triplet: 21, 68 and 0E. RGB value is (33,104,14). Sum of RGB (Red+Green+Blue) = 33+104+14=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 14 (5.86% from 255 or 9.27% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #21680E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21680E is #DE97F1. Grayscale: #484848. Windows color (decimal): -14587890 or 944161. OLE color: 944161.

HSL color Cylindrical-coordinate representation of color #21680E: hue angle of 107.33º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21680E is Cyan = 0.68, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.59.

Color convert

RGB3310414-
CMYK0.6800.870.59
HSL107.33º76.27%23.14%-
HSV(B)107.33º86.54%40.78%-
XYZ5.6610.262.1-
YUV72.5194.9899.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 104 (41.02% from 255) = 68.87%
BLUE value IS 14 (5.86% from 255) = 9.27%
R=21.85%
G=68.87%
B=9.27%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33104140.6800.870.59107.3376.2723.14
Hex2168E440573B6b4c17
Octal411501610401277315311427
Binary100001110100011101000100010101111110111101011100110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21680E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21680E; }

 p { color: rgb(33,104,14); }

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

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

 a { background-color: rgb(33,104,14); }

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

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

 span { border-color: rgb(33,104,14); }

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