#215505

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

Shades of Myrtle #215505

Tints of Myrtle #215505

Color information

#215505 (or 0x215505) is unknown color: approx Myrtle. HEX triplet: 21, 55 and 05. RGB value is (33,85,5). Sum of RGB (Red+Green+Blue) = 33+85+5=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 85 (33.59% from 255 or 69.11% from 123); Blue value is 5 (2.34% from 255 or 4.07% from 123); Max value from RGB is 85 - color contains mainly: green. Hex color #215505 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215505 is #DEAAFA. Grayscale: #3C3C3C. Windows color (decimal): -14592763 or 349473. OLE color: 349473.

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

Color convert

RGB33855-
CMYK0.6100.940.67
HSL99º88.89%17.65%-
HSV(B)99º94.12%33.33%-
XYZ3.96.831.26-
YUV60.3396.77108.5-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.83%
GREEN value IS 85 (33.59% from 255) = 69.11%
BLUE value IS 5 (2.34% from 255) = 4.07%
R=26.83%
G=69.11%
B=4.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal338550.6100.940.679988.8917.65
Hex215553D05E43635912
Octal41125575013610314313122
Binary10000110101011011111010101111010000111100011101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215505; }

 p { color: rgb(33,85,5); }

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

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

 a { background-color: rgb(33,85,5); }

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

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

 span { border-color: rgb(33,85,5); }

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