#21421E

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

Shades of Myrtle #21421E

Tints of Myrtle #21421E

Color information

#21421E (or 0x21421E) is unknown color: approx Myrtle. HEX triplet: 21, 42 and 1E. RGB value is (33,66,30). Sum of RGB (Red+Green+Blue) = 33+66+30=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 66 (26.17% from 255 or 51.16% from 129); Blue value is 30 (12.11% from 255 or 23.26% from 129); Max value from RGB is 66 - color contains mainly: green. Hex color #21421E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21421E is #DEBDE1. Grayscale: #343434. Windows color (decimal): -14597602 or 1983009. OLE color: 1983009.

HSL color Cylindrical-coordinate representation of color #21421E: hue angle of 115º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21421E is Cyan = 0.5, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.74.

Color convert

RGB336630-
CMYK0.500.550.74
HSL115º37.5%18.82%-
HSV(B)115º54.55%25.88%-
XYZ2.814.311.91-
YUV52.03115.57114.43-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 66 (26.17% from 255) = 51.16%
BLUE value IS 30 (12.11% from 255) = 23.26%
R=25.58%
G=51.16%
B=23.26%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3366300.500.550.7411537.518.82
Hex21421E320374A732613
Octal4110236620671121634623
Binary10000110000101111011001001101111001010111001110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21421E; }

 p { color: rgb(33,66,30); }

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

<style>
 a { background-color: #21421E; }

 a { background-color: rgb(33,66,30); }

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

<style>
 span { border-color: #21421E; }

 span { border-color: rgb(33,66,30); }

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