#185F12

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

Shades of Myrtle #185F12

Tints of Myrtle #185F12

Color information

#185F12 (or 0x185F12) is unknown color: approx Myrtle. HEX triplet: 18, 5F and 12. RGB value is (24,95,18). Sum of RGB (Red+Green+Blue) = 24+95+18=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 95 (37.5% from 255 or 69.34% from 137); Blue value is 18 (7.42% from 255 or 13.14% from 137); Max value from RGB is 95 - color contains mainly: green. Hex color #185F12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185F12 is #E7A0ED. Grayscale: #414141. Windows color (decimal): -15180014 or 1203992. OLE color: 1203992.

HSL color Cylindrical-coordinate representation of color #185F12: hue angle of 115.32º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #185F12 is Cyan = 0.75, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.

Color convert

RGB249518-
CMYK0.7500.810.63
HSL115.32º68.14%22.16%-
HSV(B)115.32º81.05%37.25%-
XYZ4.588.421.96-
YUV64.99101.4898.76-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 95 (37.5% from 255) = 69.34%
BLUE value IS 18 (7.42% from 255) = 13.14%
R=17.52%
G=69.34%
B=13.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2495180.7500.810.63115.3268.1422.16
Hex185F124B0513F734416
Octal301372211301217716310426
Binary110001011111100101001011010100011111111110011100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185F12; }

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

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

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

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

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

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

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

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