#21500D

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

Shades of Myrtle #21500D

Tints of Myrtle #21500D

Color information

#21500D (or 0x21500D) is unknown color: approx Myrtle. HEX triplet: 21, 50 and 0D. RGB value is (33,80,13). Sum of RGB (Red+Green+Blue) = 33+80+13=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 80 (31.64% from 255 or 63.49% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 80 - color contains mainly: green. Hex color #21500D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21500D is #DEAFF2. Grayscale: #3A3A3A. Windows color (decimal): -14594035 or 872481. OLE color: 872481.

HSL color Cylindrical-coordinate representation of color #21500D: hue angle of 102.09º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21500D is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB338013-
CMYK0.5900.840.69
HSL102.09º72.04%18.24%-
HSV(B)102.09º83.75%31.37%-
XYZ3.576.091.37-
YUV58.31102.43109.95-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.19%
GREEN value IS 80 (31.64% from 255) = 63.49%
BLUE value IS 13 (5.47% from 255) = 10.32%
R=26.19%
G=63.49%
B=10.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3380130.5900.840.69102.0972.0418.24
Hex2150D3B05445664812
Octal411201573012410514611022
Binary100001101000011011110110101010010001011100110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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