#18610E

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

Shades of Myrtle #18610E

Tints of Myrtle #18610E

Color information

#18610E (or 0x18610E) is unknown color: approx Myrtle. HEX triplet: 18, 61 and 0E. RGB value is (24,97,14). Sum of RGB (Red+Green+Blue) = 24+97+14=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 97 (38.28% from 255 or 71.85% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 97 - color contains mainly: green. Hex color #18610E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18610E is #E79EF1. Grayscale: #414141. Windows color (decimal): -15179506 or 942360. OLE color: 942360.

HSL color Cylindrical-coordinate representation of color #18610E: hue angle of 112.77º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #18610E is Cyan = 0.75, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.62.

Color convert

RGB249714-
CMYK0.7500.860.62
HSL112.77º74.77%21.76%-
HSV(B)112.77º85.57%38.04%-
XYZ4.738.781.86-
YUV65.7198.8298.25-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 97 (38.28% from 255) = 71.85%
BLUE value IS 14 (5.86% from 255) = 10.37%
R=17.78%
G=71.85%
B=10.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2497140.7500.860.62112.7774.7721.76
Hex1861E4B0563E714b16
Octal301411611301267616111326
Binary11000110000111101001011010101101111101110001100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18610E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18610E; }

 p { color: rgb(24,97,14); }

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

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

 a { background-color: rgb(24,97,14); }

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

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

 span { border-color: rgb(24,97,14); }

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