#124018

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

Shades of Myrtle #124018

Tints of Myrtle #124018

Color information

#124018 (or 0x124018) is unknown color: approx Myrtle. HEX triplet: 12, 40 and 18. RGB value is (18,64,24). Sum of RGB (Red+Green+Blue) = 18+64+24=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 64 (25.39% from 255 or 60.38% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 64 - color contains mainly: green. Hex color #124018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124018 is #EDBFE7. Grayscale: #2D2D2D. Windows color (decimal): -15581160 or 1589266. OLE color: 1589266.

HSL color Cylindrical-coordinate representation of color #124018: hue angle of 127.83º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #124018 is Cyan = 0.72, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB186424-
CMYK0.7200.620.75
HSL127.83º56.1%16.08%-
HSV(B)127.83º71.88%25.1%-
XYZ2.253.861.49-
YUV45.69115.76108.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.98%
GREEN value IS 64 (25.39% from 255) = 60.38%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=16.98%
G=60.38%
B=22.64%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1864240.7200.620.75127.8356.116.08
Hex1240184803E4B803810
Octal22100301100761132007020
Binary100101000000110001001000011111010010111000000011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124018; }

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

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

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

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

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

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

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

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