#185F1A

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

Shades of Myrtle #185F1A

Tints of Myrtle #185F1A

Color information

#185F1A (or 0x185F1A) is unknown color: approx Myrtle. HEX triplet: 18, 5F and 1A. RGB value is (24,95,26). Sum of RGB (Red+Green+Blue) = 24+95+26=145 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.55% from 145); Green value is 95 (37.5% from 255 or 65.52% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 95 - color contains mainly: green. Hex color #185F1A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185F1A is #E7A0E5. Grayscale: #424242. Windows color (decimal): -15180006 or 1728280. OLE color: 1728280.

HSL color Cylindrical-coordinate representation of color #185F1A: hue angle of 121.69º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #185F1A is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.63.

Color convert

RGB249526-
CMYK0.7500.730.63
HSL121.69º59.66%23.33%-
HSV(B)121.69º74.74%37.25%-
XYZ4.668.452.36-
YUV65.9105.4898.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.55%
GREEN value IS 95 (37.5% from 255) = 65.52%
BLUE value IS 26 (10.55% from 255) = 17.93%
R=16.55%
G=65.52%
B=17.93%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2495260.7500.730.63121.6959.6623.33
Hex185F1A4B0493F7a3c17
Octal30137321130111771727427
Binary11000101111111010100101101001001111111111101011110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185F1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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