#185800

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

Shades of Myrtle #185800

Tints of Myrtle #185800

Color information

#185800 (or 0x185800) is unknown color: approx Myrtle. HEX triplet: 18, 58 and 00. RGB value is (24,88,0). Sum of RGB (Red+Green+Blue) = 24+88+0=112 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.43% from 112); Green value is 88 (34.77% from 255 or 78.57% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 88 - color contains mainly: green. Hex color #185800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185800 is #E7A7FF. Grayscale: #3B3B3B. Windows color (decimal): -15181824 or 22552. OLE color: 22552.

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

Color convert

RGB24880-
CMYK0.73010.65
HSL103.64º100%17.25%-
HSV(B)103.64º100%34.51%-
XYZ3.877.171.18-
YUV58.8394.8103.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.43%
GREEN value IS 88 (34.77% from 255) = 78.57%
BLUE value IS 0 (0.39% from 255) = 0%
R=21.43%
G=78.57%
B=0%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal248800.73010.65103.6410017.25
Hex185804906441686411
Octal301300111014410115014421
Binary110001011000010010010110010010000011101000110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185800; }

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

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

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

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

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

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

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

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