#215225

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

Shades of Myrtle #215225

Tints of Myrtle #215225

Color information

#215225 (or 0x215225) is unknown color: approx Myrtle. HEX triplet: 21, 52 and 25. RGB value is (33,82,37). Sum of RGB (Red+Green+Blue) = 33+82+37=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 82 (32.42% from 255 or 53.95% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 82 - color contains mainly: green. Hex color #215225 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215225 is #DEADDA. Grayscale: #3E3E3E. Windows color (decimal): -14593499 or 2445857. OLE color: 2445857.

HSL color Cylindrical-coordinate representation of color #215225: hue angle of 124.9º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #215225 is Cyan = 0.60, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.68.

Color convert

RGB338237-
CMYK0.6000.550.68
HSL124.9º42.61%22.55%-
HSV(B)124.9º59.76%32.16%-
XYZ3.986.492.79-
YUV62.22113.77107.16-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.71%
GREEN value IS 82 (32.42% from 255) = 53.95%
BLUE value IS 37 (14.84% from 255) = 24.34%
R=21.71%
G=53.95%
B=24.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3382370.6000.550.68124.942.6122.55
Hex2152253C037447d2b17
Octal4112245740671041755327
Binary100001101001010010111110001101111000100111110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215225; }

 p { color: rgb(33,82,37); }

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

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

 a { background-color: rgb(33,82,37); }

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

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

 span { border-color: rgb(33,82,37); }

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