#216004

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

Shades of Myrtle #216004

Tints of Myrtle #216004

Color information

#216004 (or 0x216004) is unknown color: approx Myrtle. HEX triplet: 21, 60 and 04. RGB value is (33,96,4). Sum of RGB (Red+Green+Blue) = 33+96+4=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 4 (1.95% from 255 or 3.01% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #216004 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216004 is #DE9FFB. Grayscale: #424242. Windows color (decimal): -14589948 or 286753. OLE color: 286753.

HSL color Cylindrical-coordinate representation of color #216004: hue angle of 101.09º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #216004 is Cyan = 0.66, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB33964-
CMYK0.6600.960.62
HSL101.09º92%19.61%-
HSV(B)101.09º95.83%37.65%-
XYZ4.838.71.54-
YUV66.6892.63103.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 96 (37.89% from 255) = 72.18%
BLUE value IS 4 (1.95% from 255) = 3.01%
R=24.81%
G=72.18%
B=3.01%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal339640.6600.960.62101.099219.61
Hex21604420603E655c14
Octal41140410201407614513424
Binary10000111000001001000010011000001111101100101101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216004; }

 p { color: rgb(33,96,4); }

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

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

 a { background-color: rgb(33,96,4); }

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

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

 span { border-color: rgb(33,96,4); }

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