#21521A

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

Shades of Myrtle #21521A

Tints of Myrtle #21521A

Color information

#21521A (or 0x21521A) is unknown color: approx Myrtle. HEX triplet: 21, 52 and 1A. RGB value is (33,82,26). Sum of RGB (Red+Green+Blue) = 33+82+26=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #21521A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21521A is #DEADE5. Grayscale: #3D3D3D. Windows color (decimal): -14593510 or 1724961. OLE color: 1724961.

HSL color Cylindrical-coordinate representation of color #21521A: hue angle of 112.5º degrees, saturation: 0.52, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #21521A is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.68.

Color convert

RGB338226-
CMYK0.6000.680.68
HSL112.5º51.85%21.18%-
HSV(B)112.5º68.29%32.16%-
XYZ3.836.432.02-
YUV60.96108.27108.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 82 (32.42% from 255) = 58.16%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=23.40%
G=58.16%
B=18.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3382260.6000.680.68112.551.8521.18
Hex21521A3C04444703415
Octal41122327401041041606425
Binary100001101001011010111100010001001000100111000011010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21521A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21521A; }

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

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

<style>
 a { background-color: #21521A; }

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

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

<style>
 span { border-color: #21521A; }

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

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