#185A0E

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

Shades of Myrtle #185A0E

Tints of Myrtle #185A0E

Color information

#185A0E (or 0x185A0E) is unknown color: approx Myrtle. HEX triplet: 18, 5A and 0E. RGB value is (24,90,14). Sum of RGB (Red+Green+Blue) = 24+90+14=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 90 (35.55% from 255 or 70.31% from 128); Blue value is 14 (5.86% from 255 or 10.94% from 128); Max value from RGB is 90 - color contains mainly: green. Hex color #185A0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185A0E is #E7A5F1. Grayscale: #3D3D3D. Windows color (decimal): -15181298 or 940568. OLE color: 940568.

HSL color Cylindrical-coordinate representation of color #185A0E: hue angle of 112.11º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #185A0E is Cyan = 0.73, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB249014-
CMYK0.7300.840.65
HSL112.11º73.08%20.39%-
HSV(B)112.11º84.44%35.29%-
XYZ4.117.541.65-
YUV61.6101.13101.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.75%
GREEN value IS 90 (35.55% from 255) = 70.31%
BLUE value IS 14 (5.86% from 255) = 10.94%
R=18.75%
G=70.31%
B=10.94%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2490140.7300.840.65112.1173.0820.39
Hex185AE4905441704914
Octal3013216111012410116011124
Binary110001011010111010010010101010010000011110000100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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