#215504

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

Shades of Myrtle #215504

Tints of Myrtle #215504

Color information

#215504 (or 0x215504) is unknown color: approx Myrtle. HEX triplet: 21, 55 and 04. RGB value is (33,85,4). Sum of RGB (Red+Green+Blue) = 33+85+4=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 4 (1.95% from 255 or 3.28% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #215504 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #215504 is #DEAAFB. Grayscale: #3C3C3C. Windows color (decimal): -14592764 or 283937. OLE color: 283937.

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

Color convert

RGB33854-
CMYK0.6100.950.67
HSL98.52º91.01%17.45%-
HSV(B)98.52º95.29%33.33%-
XYZ3.96.831.23-
YUV60.2296.27108.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.05%
GREEN value IS 85 (33.59% from 255) = 69.67%
BLUE value IS 4 (1.95% from 255) = 3.28%
R=27.05%
G=69.67%
B=3.28%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal338540.6100.950.6798.5291.0117.45
Hex215543D05F43635b11
Octal41125475013710314313321
Binary10000110101011001111010101111110000111100011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215504

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215504; }

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

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

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

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

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

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

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

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