#21341E

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

Shades of Myrtle #21341E

Tints of Myrtle #21341E

Color information

#21341E (or 0x21341E) is unknown color: approx Myrtle. HEX triplet: 21, 34 and 1E. RGB value is (33,52,30). Sum of RGB (Red+Green+Blue) = 33+52+30=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 30 (12.11% from 255 or 26.09% from 115); Max value from RGB is 52 - color contains mainly: green. Hex color #21341E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21341E is #DECBE1. Grayscale: #2B2B2B. Windows color (decimal): -14601186 or 1979425. OLE color: 1979425.

HSL color Cylindrical-coordinate representation of color #21341E: hue angle of 111.82º degrees, saturation: 0.27, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #21341E is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.

Color convert

RGB335230-
CMYK0.3700.420.80
HSL111.82º26.83%16.08%-
HSV(B)111.82º42.31%20.39%-
XYZ2.092.871.67-
YUV43.81120.21120.29-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 28.70%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 30 (12.11% from 255) = 26.09%
R=28.70%
G=45.22%
B=26.09%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3352300.3700.420.80111.8226.8316.08
Hex21341E2502A50701b10
Octal416436450521201603320
Binary100001110100111101001010101010101000011100001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21341E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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