#125516

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

Shades of Myrtle #125516

Tints of Myrtle #125516

Color information

#125516 (or 0x125516) is unknown color: approx Myrtle. HEX triplet: 12, 55 and 16. RGB value is (18,85,22). Sum of RGB (Red+Green+Blue) = 18+85+22=125 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.4% from 125); Green value is 85 (33.59% from 255 or 68% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 85 - color contains mainly: green. Hex color #125516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125516 is #EDAAE9. Grayscale: #393939. Windows color (decimal): -15575786 or 1463570. OLE color: 1463570.

HSL color Cylindrical-coordinate representation of color #125516: hue angle of 123.58º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #125516 is Cyan = 0.79, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB188522-
CMYK0.7900.740.67
HSL123.58º65.05%20.2%-
HSV(B)123.58º78.82%33.33%-
XYZ3.646.681.86-
YUV57.78107.899.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.4%
GREEN value IS 85 (33.59% from 255) = 68%
BLUE value IS 22 (8.98% from 255) = 17.6%
R=14.4%
G=68%
B=17.6%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1885220.7900.740.67123.5865.0520.2
Hex1255164F04A437c4114
Octal2212526117011210317410124
Binary1001010101011011010011110100101010000111111100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125516; }

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

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

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

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

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

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

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

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