#185618

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

Shades of Myrtle #185618

Tints of Myrtle #185618

Color information

#185618 (or 0x185618) is unknown color: approx Myrtle. HEX triplet: 18, 56 and 18. RGB value is (24,86,24). Sum of RGB (Red+Green+Blue) = 24+86+24=134 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.91% from 134); Green value is 86 (33.98% from 255 or 64.18% from 134); Blue value is 24 (9.77% from 255 or 17.91% from 134); Max value from RGB is 86 - color contains mainly: green. Hex color #185618 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #185618 is #E7A9E7. Grayscale: #3C3C3C. Windows color (decimal): -15182312 or 1594904. OLE color: 1594904.

HSL color Cylindrical-coordinate representation of color #185618: hue angle of 120º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #185618 is Cyan = 0.72, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.66.

Color convert

RGB248624-
CMYK0.7200.720.66
HSL120º56.36%21.57%-
HSV(B)120º72.09%33.73%-
XYZ3.876.922-
YUV60.39107.46102.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.91%
GREEN value IS 86 (33.98% from 255) = 64.18%
BLUE value IS 24 (9.77% from 255) = 17.91%
R=17.91%
G=64.18%
B=17.91%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2486240.7200.720.6612056.3621.57
Hex1856184804842783816
Octal301263011001101021707026
Binary110001010110110001001000010010001000010111100011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185618; }

 p { color: rgb(24,86,24); }

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

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

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

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

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

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

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