#21570E

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

Shades of Myrtle #21570E

Tints of Myrtle #21570E

Color information

#21570E (or 0x21570E) is unknown color: approx Myrtle. HEX triplet: 21, 57 and 0E. RGB value is (33,87,14). Sum of RGB (Red+Green+Blue) = 33+87+14=134 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.63% from 134); Green value is 87 (34.38% from 255 or 64.93% from 134); Blue value is 14 (5.86% from 255 or 10.45% from 134); Max value from RGB is 87 - color contains mainly: green. Hex color #21570E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21570E is #DEA8F1. Grayscale: #3E3E3E. Windows color (decimal): -14592242 or 939809. OLE color: 939809.

HSL color Cylindrical-coordinate representation of color #21570E: hue angle of 104.38º degrees, saturation: 0.72, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21570E is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.66.

Color convert

RGB338714-
CMYK0.6200.840.66
HSL104.38º72.28%19.8%-
HSV(B)104.38º83.91%34.12%-
XYZ4.117.171.58-
YUV62.53100.61106.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.63%
GREEN value IS 87 (34.38% from 255) = 64.93%
BLUE value IS 14 (5.86% from 255) = 10.45%
R=24.63%
G=64.93%
B=10.45%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3387140.6200.840.66104.3872.2819.8
Hex2157E3E05442684814
Octal411271676012410215011024
Binary100001101011111101111100101010010000101101000100100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21570E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,87,14); }

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

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

 a { background-color: rgb(33,87,14); }

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

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

 span { border-color: rgb(33,87,14); }

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