#185C0E

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

Shades of Myrtle #185C0E

Tints of Myrtle #185C0E

Color information

#185C0E (or 0x185C0E) is unknown color: approx Myrtle. HEX triplet: 18, 5C and 0E. RGB value is (24,92,14). Sum of RGB (Red+Green+Blue) = 24+92+14=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 92 (36.33% from 255 or 70.77% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 92 - color contains mainly: green. Hex color #185C0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185C0E is #E7A3F1. Grayscale: #3F3F3F. Windows color (decimal): -15180786 or 941080. OLE color: 941080.

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

Color convert

RGB249214-
CMYK0.7400.850.64
HSL112.31º73.58%20.78%-
HSV(B)112.31º84.78%36.08%-
XYZ4.287.881.71-
YUV62.78100.47100.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.46%
GREEN value IS 92 (36.33% from 255) = 70.77%
BLUE value IS 14 (5.86% from 255) = 10.77%
R=18.46%
G=70.77%
B=10.77%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2492140.7400.850.64112.3173.5820.78
Hex185CE4A05540704a15
Octal3013416112012510016011225
Binary110001011100111010010100101010110000001110000100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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