#21481D

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

Shades of Myrtle #21481D

Tints of Myrtle #21481D

Color information

#21481D (or 0x21481D) is unknown color: approx Myrtle. HEX triplet: 21, 48 and 1D. RGB value is (33,72,29). Sum of RGB (Red+Green+Blue) = 33+72+29=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 72 (28.52% from 255 or 53.73% from 134); Blue value is 29 (11.72% from 255 or 21.64% from 134); Max value from RGB is 72 - color contains mainly: green. Hex color #21481D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21481D is #DEB7E2. Grayscale: #373737. Windows color (decimal): -14596067 or 1919009. OLE color: 1919009.

HSL color Cylindrical-coordinate representation of color #21481D: hue angle of 114.42º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #21481D is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.72.

Color convert

RGB337229-
CMYK0.5400.600.72
HSL114.42º42.57%19.8%-
HSV(B)114.42º59.72%28.24%-
XYZ3.175.051.97-
YUV55.44113.08112-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 72 (28.52% from 255) = 53.73%
BLUE value IS 29 (11.72% from 255) = 21.64%
R=24.63%
G=53.73%
B=21.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372290.5400.600.72114.4242.5719.8
Hex21481D3603C48722b14
Octal4111035660741101625324
Binary10000110010001110111011001111001001000111001010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21481D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,72,29); }

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

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

 a { background-color: rgb(33,72,29); }

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

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

 span { border-color: rgb(33,72,29); }

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