#216201

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

Shades of Myrtle #216201

Tints of Myrtle #216201

Color information

#216201 (or 0x216201) is unknown color: approx Myrtle. HEX triplet: 21, 62 and 01. RGB value is (33,98,1). Sum of RGB (Red+Green+Blue) = 33+98+1=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 98 (38.67% from 255 or 74.24% from 132); Blue value is 1 (0.78% from 255 or 0.76% from 132); Max value from RGB is 98 - color contains mainly: green. Hex color #216201 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216201 is #DE9DFE. Grayscale: #434343. Windows color (decimal): -14589439 or 90657. OLE color: 90657.

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

Color convert

RGB33981-
CMYK0.6600.990.62
HSL100.21º97.98%19.41%-
HSV(B)100.21º98.98%38.43%-
XYZ59.061.51-
YUV67.5190.47103.39-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 98 (38.67% from 255) = 74.24%
BLUE value IS 1 (0.78% from 255) = 0.76%
R=25%
G=74.24%
B=0.76%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal339810.6600.990.62100.2197.9819.41
Hex21621420633E646213
Octal41142110201437614414223
Binary100001110001011000010011000111111101100100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216201; }

 p { color: rgb(33,98,1); }

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

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

 a { background-color: rgb(33,98,1); }

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

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

 span { border-color: rgb(33,98,1); }

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