#216506

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

Shades of Myrtle #216506

Tints of Myrtle #216506

Color information

#216506 (or 0x216506) is unknown color: approx Myrtle. HEX triplet: 21, 65 and 06. RGB value is (33,101,6). Sum of RGB (Red+Green+Blue) = 33+101+6=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 101 (39.84% from 255 or 72.14% from 140); Blue value is 6 (2.73% from 255 or 4.29% from 140); Max value from RGB is 101 - color contains mainly: green. Hex color #216506 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216506 is #DE9AF9. Grayscale: #464646. Windows color (decimal): -14588666 or 419105. OLE color: 419105.

HSL color Cylindrical-coordinate representation of color #216506: hue angle of 102.95º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #216506 is Cyan = 0.67, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.60.

Color convert

RGB331016-
CMYK0.6700.940.60
HSL102.95º88.79%20.98%-
HSV(B)102.95º94.06%39.61%-
XYZ5.319.641.75-
YUV69.8491.97101.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 101 (39.84% from 255) = 72.14%
BLUE value IS 6 (2.73% from 255) = 4.29%
R=23.57%
G=72.14%
B=4.29%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal3310160.6700.940.60102.9588.7920.98
Hex216564305E3C675915
Octal41145610301367414713125
Binary10000111001011101000011010111101111001100111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216506; }

 p { color: rgb(33,101,6); }

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

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

 a { background-color: rgb(33,101,6); }

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

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

 span { border-color: rgb(33,101,6); }

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