#215024

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

Shades of Myrtle #215024

Tints of Myrtle #215024

Color information

#215024 (or 0x215024) is unknown color: approx Myrtle. HEX triplet: 21, 50 and 24. RGB value is (33,80,36). Sum of RGB (Red+Green+Blue) = 33+80+36=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 80 (31.64% from 255 or 53.69% from 149); Blue value is 36 (14.45% from 255 or 24.16% from 149); Max value from RGB is 80 - color contains mainly: green. Hex color #215024 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215024 is #DEAFDB. Grayscale: #3D3D3D. Windows color (decimal): -14594012 or 2379809. OLE color: 2379809.

HSL color Cylindrical-coordinate representation of color #215024: hue angle of 123.83º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #215024 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.69.

Color convert

RGB338036-
CMYK0.5900.550.69
HSL123.83º41.59%22.16%-
HSV(B)123.83º58.75%31.37%-
XYZ3.816.192.66-
YUV60.93113.93108.08-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.15%
GREEN value IS 80 (31.64% from 255) = 53.69%
BLUE value IS 36 (14.45% from 255) = 24.16%
R=22.15%
G=53.69%
B=24.16%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3380360.5900.550.69123.8341.5922.16
Hex2150243B037457c2a16
Octal4112044730671051745226
Binary100001101000010010011101101101111000101111110010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215024; }

 p { color: rgb(33,80,36); }

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

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

 a { background-color: rgb(33,80,36); }

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

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

 span { border-color: rgb(33,80,36); }

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