#185B1B

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

Shades of Myrtle #185B1B

Tints of Myrtle #185B1B

Color information

#185B1B (or 0x185B1B) is unknown color: approx Myrtle. HEX triplet: 18, 5B and 1B. RGB value is (24,91,27). Sum of RGB (Red+Green+Blue) = 24+91+27=142 (18% of max value = 765). Red value is 24 (9.77% from 255 or 16.90% from 142); Green value is 91 (35.94% from 255 or 64.08% from 142); Blue value is 27 (10.94% from 255 or 19.01% from 142); Max value from RGB is 91 - color contains mainly: green. Hex color #185B1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185B1B is #E7A4E4. Grayscale: #3F3F3F. Windows color (decimal): -15181029 or 1792792. OLE color: 1792792.

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

Color convert

RGB249127-
CMYK0.7400.700.64
HSL122.69º58.26%22.55%-
HSV(B)122.69º73.63%35.69%-
XYZ4.327.762.31-
YUV63.67107.399.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.90%
GREEN value IS 91 (35.94% from 255) = 64.08%
BLUE value IS 27 (10.94% from 255) = 19.01%
R=16.90%
G=64.08%
B=19.01%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2491270.7400.700.64122.6958.2622.55
Hex185B1B4A046407b3a17
Octal301333311201061001737227
Binary110001011011110111001010010001101000000111101111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,91,27); }

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

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

 a { background-color: rgb(24,91,27); }

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

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

 span { border-color: rgb(24,91,27); }

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