#18550D

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

Shades of Myrtle #18550D

Tints of Myrtle #18550D

Color information

#18550D (or 0x18550D) is unknown color: approx Myrtle. HEX triplet: 18, 55 and 0D. RGB value is (24,85,13). Sum of RGB (Red+Green+Blue) = 24+85+13=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 85 (33.59% from 255 or 69.67% from 122); Blue value is 13 (5.47% from 255 or 10.66% from 122); Max value from RGB is 85 - color contains mainly: green. Hex color #18550D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18550D is #E7AAF2. Grayscale: #3A3A3A. Windows color (decimal): -15182579 or 873752. OLE color: 873752.

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

Color convert

RGB248513-
CMYK0.7200.850.67
HSL110.83º73.47%19.22%-
HSV(B)110.83º84.71%33.33%-
XYZ3.76.721.48-
YUV58.55102.29103.35-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 85 (33.59% from 255) = 69.67%
BLUE value IS 13 (5.47% from 255) = 10.66%
R=19.67%
G=69.67%
B=10.66%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485130.7200.850.67110.8373.4719.22
Hex1855D48055436f4913
Octal3012515110012510315711123
Binary110001010101110110010000101010110000111101111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18550D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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