#185C12

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

Shades of Myrtle #185C12

Tints of Myrtle #185C12

Color information

#185C12 (or 0x185C12) is unknown color: approx Myrtle. HEX triplet: 18, 5C and 12. RGB value is (24,92,18). Sum of RGB (Red+Green+Blue) = 24+92+18=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 92 (36.33% from 255 or 68.66% from 134); Blue value is 18 (7.42% from 255 or 13.43% from 134); Max value from RGB is 92 - color contains mainly: green. Hex color #185C12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185C12 is #E7A3ED. Grayscale: #3F3F3F. Windows color (decimal): -15180782 or 1203224. OLE color: 1203224.

HSL color Cylindrical-coordinate representation of color #185C12: hue angle of 115.14º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #185C12 is Cyan = 0.74, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.64.

Color convert

RGB249218-
CMYK0.7400.800.64
HSL115.14º67.27%21.57%-
HSV(B)115.14º80.43%36.08%-
XYZ4.317.891.87-
YUV63.23102.47100.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 92 (36.33% from 255) = 68.66%
BLUE value IS 18 (7.42% from 255) = 13.43%
R=17.91%
G=68.66%
B=13.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2492180.7400.800.64115.1467.2721.57
Hex185C124A05040734316
Octal3013422112012010016310326
Binary1100010111001001010010100101000010000001110011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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