#215026

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

Shades of Myrtle #215026

Tints of Myrtle #215026

Color information

#215026 (or 0x215026) is unknown color: approx Myrtle. HEX triplet: 21, 50 and 26. RGB value is (33,80,38). Sum of RGB (Red+Green+Blue) = 33+80+38=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 38 (15.23% from 255 or 25.17% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #215026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #215026 is #DEAFD9. Grayscale: #3D3D3D. Windows color (decimal): -14594010 or 2510881. OLE color: 2510881.

HSL color Cylindrical-coordinate representation of color #215026: hue angle of 126.38º 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 #215026 is Cyan = 0.59, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB338038-
CMYK0.5900.520.69
HSL126.38º41.59%22.16%-
HSV(B)126.38º58.75%31.37%-
XYZ3.856.22.83-
YUV61.16114.93107.92-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 80 (31.64% from 255) = 52.98%
BLUE value IS 38 (15.23% from 255) = 25.17%
R=21.85%
G=52.98%
B=25.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3380380.5900.520.69126.3841.5922.16
Hex2150263B034457e2a16
Octal4112046730641051765226
Binary100001101000010011011101101101001000101111111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215026; }

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

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

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

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

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

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

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

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