#18550C

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

Shades of Myrtle #18550C

Tints of Myrtle #18550C

Color information

#18550C (or 0x18550C) is unknown color: approx Myrtle. HEX triplet: 18, 55 and 0C. RGB value is (24,85,12). Sum of RGB (Red+Green+Blue) = 24+85+12=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 85 (33.59% from 255 or 70.25% from 121); Blue value is 12 (5.08% from 255 or 9.92% from 121); Max value from RGB is 85 - color contains mainly: green. Hex color #18550C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18550C is #E7AAF3. Grayscale: #3A3A3A. Windows color (decimal): -15182580 or 808216. OLE color: 808216.

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

Color convert

RGB248512-
CMYK0.7200.860.67
HSL110.14º75.26%19.02%-
HSV(B)110.14º85.88%33.33%-
XYZ3.696.721.45-
YUV58.44101.79103.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 85 (33.59% from 255) = 70.25%
BLUE value IS 12 (5.08% from 255) = 9.92%
R=19.83%
G=70.25%
B=9.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485120.7200.860.67110.1475.2619.02
Hex1855C48056436e4b13
Octal3012514110012610315611323
Binary110001010101110010010000101011010000111101110100101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18550C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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