#185D0E

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

Shades of Myrtle #185D0E

Tints of Myrtle #185D0E

Color information

#185D0E (or 0x185D0E) is unknown color: approx Myrtle. HEX triplet: 18, 5D and 0E. RGB value is (24,93,14). Sum of RGB (Red+Green+Blue) = 24+93+14=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 93 (36.72% from 255 or 70.99% from 131); Blue value is 14 (5.86% from 255 or 10.69% from 131); Max value from RGB is 93 - color contains mainly: green. Hex color #185D0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185D0E is #E7A2F1. Grayscale: #3F3F3F. Windows color (decimal): -15180530 or 941336. OLE color: 941336.

HSL color Cylindrical-coordinate representation of color #185D0E: hue angle of 112.41º 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 #185D0E is Cyan = 0.74, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.64.

Color convert

RGB249314-
CMYK0.7400.850.64
HSL112.41º73.83%20.98%-
HSV(B)112.41º84.95%36.47%-
XYZ4.378.051.74-
YUV63.36100.1499.92-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.32%
GREEN value IS 93 (36.72% from 255) = 70.99%
BLUE value IS 14 (5.86% from 255) = 10.69%
R=18.32%
G=70.99%
B=10.69%

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
Decimal2493140.7400.850.64112.4173.8320.98
Hex185DE4A05540704a15
Octal3013516112012510016011225
Binary110001011101111010010100101010110000001110000100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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