#21441D

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

Shades of Myrtle #21441D

Tints of Myrtle #21441D

Color information

#21441D (or 0x21441D) is unknown color: approx Myrtle. HEX triplet: 21, 44 and 1D. RGB value is (33,68,29). Sum of RGB (Red+Green+Blue) = 33+68+29=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 68 (26.95% from 255 or 52.31% from 130); Blue value is 29 (11.72% from 255 or 22.31% from 130); Max value from RGB is 68 - color contains mainly: green. Hex color #21441D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21441D is #DEBBE2. Grayscale: #353535. Windows color (decimal): -14597091 or 1917985. OLE color: 1917985.

HSL color Cylindrical-coordinate representation of color #21441D: hue angle of 113.85º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21441D is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB336829-
CMYK0.5100.570.73
HSL113.85º40.21%19.02%-
HSV(B)113.85º57.35%26.67%-
XYZ2.924.551.89-
YUV53.09114.4113.67-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.38%
GREEN value IS 68 (26.95% from 255) = 52.31%
BLUE value IS 29 (11.72% from 255) = 22.31%
R=25.38%
G=52.31%
B=22.31%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3368290.5100.570.73113.8540.2119.02
Hex21441D3303949722813
Octal4110435630711111625023
Binary10000110001001110111001101110011001001111001010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21441D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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