#21530D

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

Shades of Myrtle #21530D

Tints of Myrtle #21530D

Color information

#21530D (or 0x21530D) is unknown color: approx Myrtle. HEX triplet: 21, 53 and 0D. RGB value is (33,83,13). Sum of RGB (Red+Green+Blue) = 33+83+13=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 83 (32.81% from 255 or 64.34% from 129); Blue value is 13 (5.47% from 255 or 10.08% from 129); Max value from RGB is 83 - color contains mainly: green. Hex color #21530D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21530D is #DEACF2. Grayscale: #3C3C3C. Windows color (decimal): -14593267 or 873249. OLE color: 873249.

HSL color Cylindrical-coordinate representation of color #21530D: hue angle of 102.86º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21530D is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB338313-
CMYK0.6000.840.67
HSL102.86º72.92%18.82%-
HSV(B)102.86º84.34%32.55%-
XYZ3.796.541.44-
YUV60.07101.44108.69-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 83 (32.81% from 255) = 64.34%
BLUE value IS 13 (5.47% from 255) = 10.08%
R=25.58%
G=64.34%
B=10.08%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3383130.6000.840.67102.8672.9218.82
Hex2153D3C05443674913
Octal411231574012410314711123
Binary100001101001111011111000101010010000111100111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21530D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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