#185B00

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

Shades of Myrtle #185B00

Tints of Myrtle #185B00

Color information

#185B00 (or 0x185B00) is unknown color: approx Myrtle. HEX triplet: 18, 5B and 00. RGB value is (24,91,0). Sum of RGB (Red+Green+Blue) = 24+91+0=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 91 (35.94% from 255 or 79.13% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 91 - color contains mainly: green. Hex color #185B00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185B00 is #E7A4FF. Grayscale: #3C3C3C. Windows color (decimal): -15181056 or 23320. OLE color: 23320.

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

Color convert

RGB24910-
CMYK0.74010.64
HSL104.18º100%17.84%-
HSV(B)104.18º100%35.69%-
XYZ4.127.681.26-
YUV60.5993.8101.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 91 (35.94% from 255) = 79.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=20.87%
G=79.13%
B=0%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal249100.74010.64104.1810017.84
Hex185B04A06440686412
Octal301330112014410015014422
Binary110001011011010010100110010010000001101000110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185B00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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