#18541C

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

Shades of Myrtle #18541C

Tints of Myrtle #18541C

Color information

#18541C (or 0x18541C) is unknown color: approx Myrtle. HEX triplet: 18, 54 and 1C. RGB value is (24,84,28). Sum of RGB (Red+Green+Blue) = 24+84+28=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 28 (11.33% from 255 or 20.59% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #18541C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18541C is #E7ABE3. Grayscale: #3B3B3B. Windows color (decimal): -15182820 or 1856536. OLE color: 1856536.

HSL color Cylindrical-coordinate representation of color #18541C: hue angle of 124º 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 #18541C is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.67.

Color convert

RGB248428-
CMYK0.7100.670.67
HSL124º55.56%21.18%-
HSV(B)124º71.43%32.94%-
XYZ3.766.622.18-
YUV59.68110.12102.55-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.65%
GREEN value IS 84 (33.20% from 255) = 61.76%
BLUE value IS 28 (11.33% from 255) = 20.59%
R=17.65%
G=61.76%
B=20.59%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2484280.7100.670.6712455.5621.18
Hex18541C47043437c3815
Octal301243410701031031747025
Binary110001010100111001000111010000111000011111110011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18541C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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