#18560A

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

Shades of Myrtle #18560A

Tints of Myrtle #18560A

Color information

#18560A (or 0x18560A) is unknown color: approx Myrtle. HEX triplet: 18, 56 and 0A. RGB value is (24,86,10). Sum of RGB (Red+Green+Blue) = 24+86+10=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 86 (33.98% from 255 or 71.67% from 120); Blue value is 10 (4.30% from 255 or 8.33% from 120); Max value from RGB is 86 - color contains mainly: green. Hex color #18560A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #18560A is #E7A9F5. Grayscale: #3B3B3B. Windows color (decimal): -15182326 or 677400. OLE color: 677400.

HSL color Cylindrical-coordinate representation of color #18560A: hue angle of 108.95º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #18560A is Cyan = 0.72, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.66.

Color convert

RGB248610-
CMYK0.7200.880.66
HSL108.95º79.17%18.82%-
HSV(B)108.95º88.37%33.73%-
XYZ3.766.871.42-
YUV58.8100.46103.18-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20%
GREEN value IS 86 (33.98% from 255) = 71.67%
BLUE value IS 10 (4.30% from 255) = 8.33%
R=20%
G=71.67%
B=8.33%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2486100.7200.880.66108.9579.1718.82
Hex1856A48058426d4f13
Octal3012612110013010215511723
Binary110001010110101010010000101100010000101101101100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18560A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18560A; }

 p { color: rgb(24,86,10); }

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

<style>
 a { background-color: #18560A; }

 a { background-color: rgb(24,86,10); }

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

<style>
 span { border-color: #18560A; }

 span { border-color: rgb(24,86,10); }

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