#21490D

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

Shades of Myrtle #21490D

Tints of Myrtle #21490D

Color information

#21490D (or 0x21490D) is unknown color: approx Myrtle. HEX triplet: 21, 49 and 0D. RGB value is (33,73,13). Sum of RGB (Red+Green+Blue) = 33+73+13=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 73 (28.91% from 255 or 61.34% from 119); Blue value is 13 (5.47% from 255 or 10.92% from 119); Max value from RGB is 73 - color contains mainly: green. Hex color #21490D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21490D is #DEB6F2. Grayscale: #363636. Windows color (decimal): -14595827 or 870689. OLE color: 870689.

HSL color Cylindrical-coordinate representation of color #21490D: hue angle of 100º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21490D is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.71.

Color convert

RGB337313-
CMYK0.5500.820.71
HSL100º69.77%16.86%-
HSV(B)100º82.19%28.63%-
XYZ3.085.121.21-
YUV54.2104.75112.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 73 (28.91% from 255) = 61.34%
BLUE value IS 13 (5.47% from 255) = 10.92%
R=27.73%
G=61.34%
B=10.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal3373130.5500.820.7110069.7716.86
Hex2149D3705247644611
Octal411111567012210714410621
Binary100001100100111011101110101001010001111100100100011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21490D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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