#216301

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

Shades of Myrtle #216301

Tints of Myrtle #216301

Color information

#216301 (or 0x216301) is unknown color: approx Myrtle. HEX triplet: 21, 63 and 01. RGB value is (33,99,1). Sum of RGB (Red+Green+Blue) = 33+99+1=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 99 (39.06% from 255 or 74.44% from 133); Blue value is 1 (0.78% from 255 or 0.75% from 133); Max value from RGB is 99 - color contains mainly: green. Hex color #216301 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216301 is #DE9CFE. Grayscale: #444444. Windows color (decimal): -14589183 or 90913. OLE color: 90913.

HSL color Cylindrical-coordinate representation of color #216301: hue angle of 100.41º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #216301 is Cyan = 0.67, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.61.

Color convert

RGB33991-
CMYK0.6700.990.61
HSL100.41º98%19.61%-
HSV(B)100.41º98.99%38.82%-
XYZ5.099.251.55-
YUV68.0990.13102.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 99 (39.06% from 255) = 74.44%
BLUE value IS 1 (0.78% from 255) = 0.75%
R=24.81%
G=74.44%
B=0.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal339910.6700.990.61100.419819.61
Hex21631430633D646214
Octal41143110301437514414224
Binary100001110001111000011011000111111011100100110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216301; }

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

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

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

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

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

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

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

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