#18520F

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

Shades of Myrtle #18520F

Tints of Myrtle #18520F

Color information

#18520F (or 0x18520F) is unknown color: approx Myrtle. HEX triplet: 18, 52 and 0F. RGB value is (24,82,15). Sum of RGB (Red+Green+Blue) = 24+82+15=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 82 (32.42% from 255 or 67.77% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 82 - color contains mainly: green. Hex color #18520F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18520F is #E7ADF0. Grayscale: #393939. Windows color (decimal): -15183345 or 1004056. OLE color: 1004056.

HSL color Cylindrical-coordinate representation of color #18520F: hue angle of 111.94º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #18520F is Cyan = 0.71, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.68.

Color convert

RGB248215-
CMYK0.7100.820.68
HSL111.94º69.07%19.02%-
HSV(B)111.94º81.71%32.16%-
XYZ3.486.261.48-
YUV57.02104.28104.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.83%
GREEN value IS 82 (32.42% from 255) = 67.77%
BLUE value IS 15 (6.25% from 255) = 12.40%
R=19.83%
G=67.77%
B=12.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2482150.7100.820.68111.9469.0719.02
Hex1852F4705244704513
Octal3012217107012210416010523
Binary110001010010111110001110101001010001001110000100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18520F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18520F; }

 p { color: rgb(24,82,15); }

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

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

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

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

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

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

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