#21680D

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

Shades of Myrtle #21680D

Tints of Myrtle #21680D

Color information

#21680D (or 0x21680D) is unknown color: approx Myrtle. HEX triplet: 21, 68 and 0D. RGB value is (33,104,13). Sum of RGB (Red+Green+Blue) = 33+104+13=150 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22% from 150); Green value is 104 (41.02% from 255 or 69.33% from 150); Blue value is 13 (5.47% from 255 or 8.67% from 150); Max value from RGB is 104 - color contains mainly: green. Hex color #21680D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21680D is #DE97F2. Grayscale: #484848. Windows color (decimal): -14587891 or 878625. OLE color: 878625.

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

Color convert

RGB3310413-
CMYK0.6800.880.59
HSL106.81º77.78%22.94%-
HSV(B)106.81º87.5%40.78%-
XYZ5.6510.252.06-
YUV72.494.4899.9-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22%
GREEN value IS 104 (41.02% from 255) = 69.33%
BLUE value IS 13 (5.47% from 255) = 8.67%
R=22%
G=69.33%
B=8.67%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33104130.6800.880.59106.8177.7822.94
Hex2168D440583B6b4e17
Octal411501510401307315311627
Binary100001110100011011000100010110001110111101011100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21680D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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