#185513

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

Shades of Myrtle #185513

Tints of Myrtle #185513

Color information

#185513 (or 0x185513) is unknown color: approx Myrtle. HEX triplet: 18, 55 and 13. RGB value is (24,85,19). Sum of RGB (Red+Green+Blue) = 24+85+19=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 85 (33.59% from 255 or 66.41% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 85 - color contains mainly: green. Hex color #185513 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185513 is #E7AAEC. Grayscale: #3B3B3B. Windows color (decimal): -15182573 or 1266968. OLE color: 1266968.

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

Color convert

RGB248519-
CMYK0.7200.780.67
HSL115.45º63.46%20.39%-
HSV(B)115.45º77.65%33.33%-
XYZ3.746.741.72-
YUV59.24105.29102.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.75%
GREEN value IS 85 (33.59% from 255) = 66.41%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=18.75%
G=66.41%
B=14.84%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485190.7200.780.67115.4563.4620.39
Hex1855134804E43733f14
Octal301252311001161031637724
Binary110001010101100111001000010011101000011111001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185513; }

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

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

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

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

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

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

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

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