#124616

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

Shades of Myrtle #124616

Tints of Myrtle #124616

Color information

#124616 (or 0x124616) is unknown color: approx Myrtle. HEX triplet: 12, 46 and 16. RGB value is (18,70,22). Sum of RGB (Red+Green+Blue) = 18+70+22=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 70 (27.73% from 255 or 63.64% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 70 - color contains mainly: green. Hex color #124616 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #124616 is #EDB9E9. Grayscale: #313131. Windows color (decimal): -15579626 or 1459730. OLE color: 1459730.

HSL color Cylindrical-coordinate representation of color #124616: hue angle of 124.62º 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 #124616 is Cyan = 0.74, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB187022-
CMYK0.7400.690.73
HSL124.62º59.09%17.25%-
HSV(B)124.62º74.29%27.45%-
XYZ2.584.571.5-
YUV48.98112.77105.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 70 (27.73% from 255) = 63.64%
BLUE value IS 22 (8.98% from 255) = 20%
R=16.36%
G=63.64%
B=20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1870220.7400.690.73124.6259.0917.25
Hex1246164A045497d3b11
Octal221062611201051111757321
Binary100101000110101101001010010001011001001111110111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #124616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #124616; }

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

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

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

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

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

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

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

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