#21470A

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

Shades of Myrtle #21470A

Tints of Myrtle #21470A

Color information

#21470A (or 0x21470A) is unknown color: approx Myrtle. HEX triplet: 21, 47 and 0A. RGB value is (33,71,10). Sum of RGB (Red+Green+Blue) = 33+71+10=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 71 (28.12% from 255 or 62.28% from 114); Blue value is 10 (4.30% from 255 or 8.77% from 114); Max value from RGB is 71 - color contains mainly: green. Hex color #21470A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21470A is #DEB8F5. Grayscale: #343434. Windows color (decimal): -14596342 or 673569. OLE color: 673569.

HSL color Cylindrical-coordinate representation of color #21470A: hue angle of 97.38º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21470A is Cyan = 0.54, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB337110-
CMYK0.5400.860.72
HSL97.38º75.31%15.88%-
HSV(B)97.38º85.92%27.84%-
XYZ2.944.851.07-
YUV52.68103.91113.96-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.95%
GREEN value IS 71 (28.12% from 255) = 62.28%
BLUE value IS 10 (4.30% from 255) = 8.77%
R=28.95%
G=62.28%
B=8.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371100.5400.860.7297.3875.3115.88
Hex2147A3605648614b10
Octal411071266012611014111320
Binary100001100011110101101100101011010010001100001100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21470A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,71,10); }

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

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

 a { background-color: rgb(33,71,10); }

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

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

 span { border-color: rgb(33,71,10); }

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