#21461A

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

Shades of Myrtle #21461A

Tints of Myrtle #21461A

Color information

#21461A (or 0x21461A) is unknown color: approx Myrtle. HEX triplet: 21, 46 and 1A. RGB value is (33,70,26). Sum of RGB (Red+Green+Blue) = 33+70+26=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 70 (27.73% from 255 or 54.26% from 129); Blue value is 26 (10.55% from 255 or 20.16% from 129); Max value from RGB is 70 - color contains mainly: green. Hex color #21461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21461A is #DEB9E5. Grayscale: #363636. Windows color (decimal): -14596582 or 1721889. OLE color: 1721889.

HSL color Cylindrical-coordinate representation of color #21461A: hue angle of 110.45º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21461A is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB337026-
CMYK0.5300.630.73
HSL110.45º45.83%18.82%-
HSV(B)110.45º62.86%27.45%-
XYZ34.781.74-
YUV53.92112.24113.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 70 (27.73% from 255) = 54.26%
BLUE value IS 26 (10.55% from 255) = 20.16%
R=25.58%
G=54.26%
B=20.16%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3370260.5300.630.73110.4545.8318.82
Hex21461A3503F496e2e13
Octal4110632650771111565623
Binary10000110001101101011010101111111001001110111010111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21461A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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