#185512

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

Shades of Myrtle #185512

Tints of Myrtle #185512

Color information

#185512 (or 0x185512) is unknown color: approx Myrtle. HEX triplet: 18, 55 and 12. RGB value is (24,85,18). Sum of RGB (Red+Green+Blue) = 24+85+18=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 85 (33.59% from 255 or 66.93% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 85 - color contains mainly: green. Hex color #185512 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185512 is #E7AAED. Grayscale: #3B3B3B. Windows color (decimal): -15182574 or 1201432. OLE color: 1201432.

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

Color convert

RGB248518-
CMYK0.7200.790.67
HSL114.63º65.05%20.2%-
HSV(B)114.63º78.82%33.33%-
XYZ3.736.731.68-
YUV59.12104.79102.95-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.90%
GREEN value IS 85 (33.59% from 255) = 66.93%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=18.90%
G=66.93%
B=14.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485180.7200.790.67114.6365.0520.2
Hex1855124804F43734114
Octal3012522110011710316310124
Binary1100010101011001010010000100111110000111110011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185512; }

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

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

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

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

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

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

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

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