#124518

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

Shades of Myrtle #124518

Tints of Myrtle #124518

Color information

#124518 (or 0x124518) is unknown color: approx Myrtle. HEX triplet: 12, 45 and 18. RGB value is (18,69,24). Sum of RGB (Red+Green+Blue) = 18+69+24=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 24 (9.77% from 255 or 21.62% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #124518 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124518 is #EDBAE7. Grayscale: #303030. Windows color (decimal): -15579880 or 1590546. OLE color: 1590546.

HSL color Cylindrical-coordinate representation of color #124518: hue angle of 127.06º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #124518 is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.

Color convert

RGB186924-
CMYK0.7400.650.73
HSL127.06º58.62%17.06%-
HSV(B)127.06º73.91%27.06%-
XYZ2.544.451.59-
YUV48.62114.1106.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 69 (27.34% from 255) = 62.16%
BLUE value IS 24 (9.77% from 255) = 21.62%
R=16.22%
G=62.16%
B=21.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1869240.7400.650.73127.0658.6217.06
Hex1245184A041497f3b11
Octal221053011201011111777321
Binary100101000101110001001010010000011001001111111111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124518; }

 p { color: rgb(18,69,24); }

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

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

 a { background-color: rgb(18,69,24); }

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

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

 span { border-color: rgb(18,69,24); }

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