#18500D

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

Shades of Myrtle #18500D

Tints of Myrtle #18500D

Color information

#18500D (or 0x18500D) is unknown color: approx Myrtle. HEX triplet: 18, 50 and 0D. RGB value is (24,80,13). Sum of RGB (Red+Green+Blue) = 24+80+13=117 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.51% from 117); Green value is 80 (31.64% from 255 or 68.38% from 117); Blue value is 13 (5.47% from 255 or 11.11% from 117); Max value from RGB is 80 - color contains mainly: green. Hex color #18500D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18500D is #E7AFF2. Grayscale: #373737. Windows color (decimal): -15183859 or 872472. OLE color: 872472.

HSL color Cylindrical-coordinate representation of color #18500D: hue angle of 110.15º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #18500D is Cyan = 0.70, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.69.

Color convert

RGB248013-
CMYK0.7000.840.69
HSL110.15º72.04%18.24%-
HSV(B)110.15º83.75%31.37%-
XYZ3.325.961.36-
YUV55.62103.95105.45-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.51%
GREEN value IS 80 (31.64% from 255) = 68.38%
BLUE value IS 13 (5.47% from 255) = 11.11%
R=20.51%
G=68.38%
B=11.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2480130.7000.840.69110.1572.0418.24
Hex1850D46054456e4812
Octal3012015106012410515611022
Binary110001010000110110001100101010010001011101110100100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18500D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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