#185516

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

Shades of Myrtle #185516

Tints of Myrtle #185516

Color information

#185516 (or 0x185516) is unknown color: approx Myrtle. HEX triplet: 18, 55 and 16. RGB value is (24,85,22). Sum of RGB (Red+Green+Blue) = 24+85+22=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 85 (33.59% from 255 or 64.89% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 85 - color contains mainly: green. Hex color #185516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185516 is #E7AAE9. Grayscale: #3B3B3B. Windows color (decimal): -15182570 or 1463576. OLE color: 1463576.

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

Color convert

RGB248522-
CMYK0.7200.740.67
HSL118.1º58.88%20.98%-
HSV(B)118.1º74.12%33.33%-
XYZ3.776.751.86-
YUV59.58106.79102.62-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 85 (33.59% from 255) = 64.89%
BLUE value IS 22 (8.98% from 255) = 16.79%
R=18.32%
G=64.89%
B=16.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485220.7200.740.67118.158.8820.98
Hex1855164804A43763b15
Octal301252611001121031667325
Binary110001010101101101001000010010101000011111011011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185516; }

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

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

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

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

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

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

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

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