#21520E

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

Shades of Myrtle #21520E

Tints of Myrtle #21520E

Color information

#21520E (or 0x21520E) is unknown color: approx Myrtle. HEX triplet: 21, 52 and 0E. RGB value is (33,82,14). Sum of RGB (Red+Green+Blue) = 33+82+14=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 82 (32.42% from 255 or 63.57% from 129); Blue value is 14 (5.86% from 255 or 10.85% from 129); Max value from RGB is 82 - color contains mainly: green. Hex color #21520E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21520E is #DEADF1. Grayscale: #3B3B3B. Windows color (decimal): -14593522 or 938529. OLE color: 938529.

HSL color Cylindrical-coordinate representation of color #21520E: hue angle of 103.24º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21520E is Cyan = 0.60, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB338214-
CMYK0.6000.830.68
HSL103.24º70.83%18.82%-
HSV(B)103.24º82.93%32.16%-
XYZ3.726.391.45-
YUV59.6102.27109.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 82 (32.42% from 255) = 63.57%
BLUE value IS 14 (5.86% from 255) = 10.85%
R=25.58%
G=63.57%
B=10.85%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3382140.6000.830.68103.2470.8318.82
Hex2152E3C05344674713
Octal411221674012310414710723
Binary100001101001011101111000101001110001001100111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21520E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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