#21580C

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

Shades of Myrtle #21580C

Tints of Myrtle #21580C

Color information

#21580C (or 0x21580C) is unknown color: approx Myrtle. HEX triplet: 21, 58 and 0C. RGB value is (33,88,12). Sum of RGB (Red+Green+Blue) = 33+88+12=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 88 (34.77% from 255 or 66.17% from 133); Blue value is 12 (5.08% from 255 or 9.02% from 133); Max value from RGB is 88 - color contains mainly: green. Hex color #21580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #21580C is #DEA7F3. Grayscale: #3F3F3F. Windows color (decimal): -14591988 or 808993. OLE color: 808993.

HSL color Cylindrical-coordinate representation of color #21580C: hue angle of 103.42º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21580C is Cyan = 0.62, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB338812-
CMYK0.6200.860.65
HSL103.42º76%19.61%-
HSV(B)103.42º86.36%34.51%-
XYZ4.187.331.54-
YUV62.8999.28106.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 88 (34.77% from 255) = 66.17%
BLUE value IS 12 (5.08% from 255) = 9.02%
R=24.81%
G=66.17%
B=9.02%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3388120.6200.860.65103.427619.61
Hex2158C3E05641674c14
Octal411301476012610114711424
Binary100001101100011001111100101011010000011100111100110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,88,12); }

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

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

 a { background-color: rgb(33,88,12); }

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

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

 span { border-color: rgb(33,88,12); }

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