#186001

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

Shades of Myrtle #186001

Tints of Myrtle #186001

Color information

#186001 (or 0x186001) is unknown color: approx Myrtle. HEX triplet: 18, 60 and 01. RGB value is (24,96,1). Sum of RGB (Red+Green+Blue) = 24+96+1=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 96 (37.89% from 255 or 79.34% from 121); Blue value is 1 (0.78% from 255 or 0.83% from 121); Max value from RGB is 96 - color contains mainly: green. Hex color #186001 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #186001 is #E79FFE. Grayscale: #3F3F3F. Windows color (decimal): -15179775 or 90136. OLE color: 90136.

HSL color Cylindrical-coordinate representation of color #186001: hue angle of 105.47º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #186001 is Cyan = 0.75, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.62.

Color convert

RGB24961-
CMYK0.7500.990.62
HSL105.47º97.94%19.02%-
HSV(B)105.47º98.96%37.65%-
XYZ4.578.561.44-
YUV63.6492.6599.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 96 (37.89% from 255) = 79.34%
BLUE value IS 1 (0.78% from 255) = 0.83%
R=19.83%
G=79.34%
B=0.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal249610.7500.990.62105.4797.9419.02
Hex186014B0633E696213
Octal30140111301437615114223
Binary11000110000011001011011000111111101101001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #186001

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #186001; }

 p { color: rgb(24,96,1); }

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

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

 a { background-color: rgb(24,96,1); }

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

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

 span { border-color: rgb(24,96,1); }

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