#18601A

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

Shades of Myrtle #18601A

Tints of Myrtle #18601A

Color information

#18601A (or 0x18601A) is unknown color: approx Myrtle. HEX triplet: 18, 60 and 1A. RGB value is (24,96,26). Sum of RGB (Red+Green+Blue) = 24+96+26=146 (19% of max value = 765). Red value is 24 (9.77% from 255 or 16.44% from 146); Green value is 96 (37.89% from 255 or 65.75% from 146); Blue value is 26 (10.55% from 255 or 17.81% from 146); Max value from RGB is 96 - color contains mainly: green. Hex color #18601A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #18601A is #E79FE5. Grayscale: #424242. Windows color (decimal): -15179750 or 1728536. OLE color: 1728536.

HSL color Cylindrical-coordinate representation of color #18601A: hue angle of 121.67º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18601A is Cyan = 0.75, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB249626-
CMYK0.7500.730.62
HSL121.67º60%23.53%-
HSV(B)121.67º75%37.65%-
XYZ4.758.632.39-
YUV66.49105.1597.69-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 16.44%
GREEN value IS 96 (37.89% from 255) = 65.75%
BLUE value IS 26 (10.55% from 255) = 17.81%
R=16.44%
G=65.75%
B=17.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2496260.7500.730.62121.676023.53
Hex18601A4B0493E7a3c18
Octal30140321130111761727430
Binary11000110000011010100101101001001111110111101011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18601A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,96,26); }

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

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

 a { background-color: rgb(24,96,26); }

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

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

 span { border-color: rgb(24,96,26); }

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