#185520

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

Shades of Myrtle #185520

Tints of Myrtle #185520

Color information

#185520 (or 0x185520) is unknown color: approx Myrtle. HEX triplet: 18, 55 and 20. RGB value is (24,85,32). Sum of RGB (Red+Green+Blue) = 24+85+32=141 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.02% from 141); Green value is 85 (33.59% from 255 or 60.28% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 85 - color contains mainly: green. Hex color #185520 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185520 is #E7AADF. Grayscale: #3C3C3C. Windows color (decimal): -15182560 or 2118936. OLE color: 2118936.

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

Color convert

RGB248532-
CMYK0.7200.620.67
HSL127.87º55.96%21.37%-
HSV(B)127.87º71.76%33.33%-
XYZ3.896.82.47-
YUV60.72111.79101.81-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.02%
GREEN value IS 85 (33.59% from 255) = 60.28%
BLUE value IS 32 (12.89% from 255) = 22.70%
R=17.02%
G=60.28%
B=22.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485320.7200.620.67127.8755.9621.37
Hex1855204803E43803815
Octal30125401100761032007025
Binary1100010101011000001001000011111010000111000000011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185520; }

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

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

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

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

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

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

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

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