#124816

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

Shades of Myrtle #124816

Tints of Myrtle #124816

Color information

#124816 (or 0x124816) is unknown color: approx Myrtle. HEX triplet: 12, 48 and 16. RGB value is (18,72,22). Sum of RGB (Red+Green+Blue) = 18+72+22=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 72 (28.52% from 255 or 64.29% from 112); Blue value is 22 (8.98% from 255 or 19.64% from 112); Max value from RGB is 72 - color contains mainly: green. Hex color #124816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124816 is #EDB7E9. Grayscale: #323232. Windows color (decimal): -15579114 or 1460242. OLE color: 1460242.

HSL color Cylindrical-coordinate representation of color #124816: hue angle of 124.44º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #124816 is Cyan = 0.75, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB187222-
CMYK0.7500.690.72
HSL124.44º60%17.65%-
HSV(B)124.44º75%28.24%-
XYZ2.714.821.55-
YUV50.15112.11105.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 72 (28.52% from 255) = 64.29%
BLUE value IS 22 (8.98% from 255) = 19.64%
R=16.07%
G=64.29%
B=19.64%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1872220.7500.690.72124.446017.65
Hex1248164B045487c3c12
Octal221102611301051101747422
Binary100101001000101101001011010001011001000111110011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124816; }

 p { color: rgb(18,72,22); }

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

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

 a { background-color: rgb(18,72,22); }

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

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

 span { border-color: rgb(18,72,22); }

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