#185A1A

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

Shades of Myrtle #185A1A

Tints of Myrtle #185A1A

Color information

#185A1A (or 0x185A1A) is unknown color: approx Myrtle. HEX triplet: 18, 5A and 1A. RGB value is (24,90,26). Sum of RGB (Red+Green+Blue) = 24+90+26=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 90 (35.55% from 255 or 64.29% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 90 - color contains mainly: green. Hex color #185A1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185A1A is #E7A5E5. Grayscale: #3F3F3F. Windows color (decimal): -15181286 or 1727000. OLE color: 1727000.

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

Color convert

RGB249026-
CMYK0.7300.710.65
HSL121.82º57.89%22.35%-
HSV(B)121.82º73.33%35.29%-
XYZ4.227.582.22-
YUV62.97107.13100.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.14%
GREEN value IS 90 (35.55% from 255) = 64.29%
BLUE value IS 26 (10.55% from 255) = 18.57%
R=17.14%
G=64.29%
B=18.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2490260.7300.710.65121.8257.8922.35
Hex185A1A49047417a3a16
Octal301323211101071011727226
Binary110001011010110101001001010001111000001111101011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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