#18550B

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

Shades of Myrtle #18550B

Tints of Myrtle #18550B

Color information

#18550B (or 0x18550B) is unknown color: approx Myrtle. HEX triplet: 18, 55 and 0B. RGB value is (24,85,11). Sum of RGB (Red+Green+Blue) = 24+85+11=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 85 (33.59% from 255 or 70.83% from 120); Blue value is 11 (4.69% from 255 or 9.17% from 120); Max value from RGB is 85 - color contains mainly: green. Hex color #18550B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18550B is #E7AAF4. Grayscale: #3A3A3A. Windows color (decimal): -15182581 or 742680. OLE color: 742680.

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

Color convert

RGB248511-
CMYK0.7200.870.67
HSL109.46º77.08%18.82%-
HSV(B)109.46º87.06%33.33%-
XYZ3.696.721.42-
YUV58.32101.29103.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 85 (33.59% from 255) = 70.83%
BLUE value IS 11 (4.69% from 255) = 9.17%
R=20%
G=70.83%
B=9.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2485110.7200.870.67109.4677.0818.82
Hex1855B48057436d4d13
Octal3012513110012710315511523
Binary110001010101101110010000101011110000111101101100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18550B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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