#215507

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

Shades of Myrtle #215507

Tints of Myrtle #215507

Color information

#215507 (or 0x215507) is unknown color: approx Myrtle. HEX triplet: 21, 55 and 07. RGB value is (33,85,7). Sum of RGB (Red+Green+Blue) = 33+85+7=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 7 (3.12% from 255 or 5.6% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #215507 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215507 is #DEAAF8. Grayscale: #3C3C3C. Windows color (decimal): -14592761 or 480545. OLE color: 480545.

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

Color convert

RGB33857-
CMYK0.6100.920.67
HSL100º84.78%18.04%-
HSV(B)100º91.76%33.33%-
XYZ3.916.841.31-
YUV60.5697.77108.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.4%
GREEN value IS 85 (33.59% from 255) = 68%
BLUE value IS 7 (3.12% from 255) = 5.6%
R=26.4%
G=68%
B=5.6%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal338570.6100.920.6710084.7818.04
Hex215573D05C43645512
Octal41125775013410314412522
Binary10000110101011111111010101110010000111100100101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215507; }

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

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

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

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

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

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

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

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