#185420

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

Shades of Myrtle #185420

Tints of Myrtle #185420

Color information

#185420 (or 0x185420) is unknown color: approx Myrtle. HEX triplet: 18, 54 and 20. RGB value is (24,84,32). Sum of RGB (Red+Green+Blue) = 24+84+32=140 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.14% from 140); Green value is 84 (33.20% from 255 or 60% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 84 - color contains mainly: green. Hex color #185420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #185420 is #E7ABDF. Grayscale: #3C3C3C. Windows color (decimal): -15182816 or 2118680. OLE color: 2118680.

HSL color Cylindrical-coordinate representation of color #185420: hue angle of 128º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #185420 is Cyan = 0.71, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB248432-
CMYK0.7100.620.67
HSL128º55.56%21.18%-
HSV(B)128º71.43%32.94%-
XYZ3.816.642.45-
YUV60.13112.12102.23-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.14%
GREEN value IS 84 (33.20% from 255) = 60%
BLUE value IS 32 (12.89% from 255) = 22.86%
R=17.14%
G=60%
B=22.86%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484320.7100.620.6712855.5621.18
Hex1854204703E43803815
Octal30124401070761032007025
Binary1100010101001000001000111011111010000111000000011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #185420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #185420; }

 p { color: rgb(24,84,32); }

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

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

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

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

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

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

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