#185501

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

Shades of Myrtle #185501

Tints of Myrtle #185501

Color information

#185501 (or 0x185501) is unknown color: approx Myrtle. HEX triplet: 18, 55 and 01. RGB value is (24,85,1). Sum of RGB (Red+Green+Blue) = 24+85+1=110 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.82% from 110); Green value is 85 (33.59% from 255 or 77.27% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 85 - color contains mainly: green. Hex color #185501 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185501 is #E7AAFE. Grayscale: #393939. Windows color (decimal): -15182591 or 87320. OLE color: 87320.

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

Color convert

RGB24851-
CMYK0.7200.990.67
HSL103.57º97.67%16.86%-
HSV(B)103.57º98.82%33.33%-
XYZ3.636.691.13-
YUV57.1896.29104.33-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.82%
GREEN value IS 85 (33.59% from 255) = 77.27%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=21.82%
G=77.27%
B=0.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal248510.7200.990.67103.5797.6716.86
Hex185514806343686211
Octal301251110014310315014221
Binary110001010101110010000110001110000111101000110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185501; }

 p { color: rgb(24,85,1); }

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

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

 a { background-color: rgb(24,85,1); }

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

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

 span { border-color: rgb(24,85,1); }

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