#21520C

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

Shades of Myrtle #21520C

Tints of Myrtle #21520C

Color information

#21520C (or 0x21520C) is unknown color: approx Myrtle. HEX triplet: 21, 52 and 0C. RGB value is (33,82,12). Sum of RGB (Red+Green+Blue) = 33+82+12=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 82 (32.42% from 255 or 64.57% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 82 - color contains mainly: green. Hex color #21520C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21520C is #DEADF3. Grayscale: #3B3B3B. Windows color (decimal): -14593524 or 807457. OLE color: 807457.

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

Color convert

RGB338212-
CMYK0.6000.850.68
HSL102º74.47%18.43%-
HSV(B)102º85.37%32.16%-
XYZ3.716.381.38-
YUV59.37101.27109.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.98%
GREEN value IS 82 (32.42% from 255) = 64.57%
BLUE value IS 12 (5.08% from 255) = 9.45%
R=25.98%
G=64.57%
B=9.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3382120.6000.850.6810274.4718.43
Hex2152C3C05544664a12
Octal411221474012510414611222
Binary100001101001011001111000101010110001001100110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21520C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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