#21411C

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

Shades of Myrtle #21411C

Tints of Myrtle #21411C

Color information

#21411C (or 0x21411C) is unknown color: approx Myrtle. HEX triplet: 21, 41 and 1C. RGB value is (33,65,28). Sum of RGB (Red+Green+Blue) = 33+65+28=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 65 (25.78% from 255 or 51.59% from 126); Blue value is 28 (11.33% from 255 or 22.22% from 126); Max value from RGB is 65 - color contains mainly: green. Hex color #21411C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21411C is #DEBEE3. Grayscale: #333333. Windows color (decimal): -14597860 or 1851681. OLE color: 1851681.

HSL color Cylindrical-coordinate representation of color #21411C: hue angle of 111.89º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #21411C is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB336528-
CMYK0.4900.570.75
HSL111.89º39.78%18.24%-
HSV(B)111.89º56.92%25.49%-
XYZ2.734.191.76-
YUV51.21114.9115.01-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.19%
GREEN value IS 65 (25.78% from 255) = 51.59%
BLUE value IS 28 (11.33% from 255) = 22.22%
R=26.19%
G=51.59%
B=22.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3365280.4900.570.75111.8939.7818.24
Hex21411C310394B702812
Octal4110134610711131605022
Binary10000110000011110011000101110011001011111000010100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21411C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21411C; }

 p { color: rgb(33,65,28); }

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

<style>
 a { background-color: #21411C; }

 a { background-color: rgb(33,65,28); }

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

<style>
 span { border-color: #21411C; }

 span { border-color: rgb(33,65,28); }

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