#18551C

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

Shades of Myrtle #18551C

Tints of Myrtle #18551C

Color information

#18551C (or 0x18551C) is unknown color: approx Myrtle. HEX triplet: 18, 55 and 1C. RGB value is (24,85,28). Sum of RGB (Red+Green+Blue) = 24+85+28=137 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.52% from 137); Green value is 85 (33.59% from 255 or 62.04% from 137); Blue value is 28 (11.33% from 255 or 20.44% from 137); Max value from RGB is 85 - color contains mainly: green. Hex color #18551C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18551C is #E7AAE3. Grayscale: #3C3C3C. Windows color (decimal): -15182564 or 1856792. OLE color: 1856792.

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

Color convert

RGB248528-
CMYK0.7200.670.67
HSL123.93º55.96%21.37%-
HSV(B)123.93º71.76%33.33%-
XYZ3.836.782.2-
YUV60.26109.79102.13-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.52%
GREEN value IS 85 (33.59% from 255) = 62.04%
BLUE value IS 28 (11.33% from 255) = 20.44%
R=17.52%
G=62.04%
B=20.44%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485280.7200.670.67123.9355.9621.37
Hex18551C48043437c3815
Octal301253411001031031747025
Binary110001010101111001001000010000111000011111110011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18551C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18551C; }

 p { color: rgb(24,85,28); }

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

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

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

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

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

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

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