#18620D

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

Shades of Myrtle #18620D

Tints of Myrtle #18620D

Color information

#18620D (or 0x18620D) is unknown color: approx Myrtle. HEX triplet: 18, 62 and 0D. RGB value is (24,98,13). Sum of RGB (Red+Green+Blue) = 24+98+13=135 (17% of max value = 765). Red value is 24 (9.77% from 255 or 17.78% from 135); Green value is 98 (38.67% from 255 or 72.59% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 98 - color contains mainly: green. Hex color #18620D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18620D is #E79DF2. Grayscale: #424242. Windows color (decimal): -15179251 or 877080. OLE color: 877080.

HSL color Cylindrical-coordinate representation of color #18620D: hue angle of 112.24º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #18620D is Cyan = 0.76, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB249813-
CMYK0.7600.870.62
HSL112.24º76.58%21.76%-
HSV(B)112.24º86.73%38.43%-
XYZ4.828.961.86-
YUV66.1897.9897.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.78%
GREEN value IS 98 (38.67% from 255) = 72.59%
BLUE value IS 13 (5.47% from 255) = 9.63%
R=17.78%
G=72.59%
B=9.63%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2498130.7600.870.62112.2476.5821.76
Hex1862D4C0573E704d16
Octal301421511401277616011526
Binary11000110001011011001100010101111111101110000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18620D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18620D; }

 p { color: rgb(24,98,13); }

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

<style>
 a { background-color: #18620D; }

 a { background-color: rgb(24,98,13); }

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

<style>
 span { border-color: #18620D; }

 span { border-color: rgb(24,98,13); }

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