#125118

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

Shades of Myrtle #125118

Tints of Myrtle #125118

Color information

#125118 (or 0x125118) is unknown color: approx Myrtle. HEX triplet: 12, 51 and 18. RGB value is (18,81,24). Sum of RGB (Red+Green+Blue) = 18+81+24=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 81 (32.03% from 255 or 65.85% from 123); Blue value is 24 (9.77% from 255 or 19.51% from 123); Max value from RGB is 81 - color contains mainly: green. Hex color #125118 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125118 is #EDAEE7. Grayscale: #373737. Windows color (decimal): -15576808 or 1593618. OLE color: 1593618.

HSL color Cylindrical-coordinate representation of color #125118: hue angle of 125.71º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #125118 is Cyan = 0.78, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.68.

Color convert

RGB188124-
CMYK0.7800.700.68
HSL125.71º63.64%19.41%-
HSV(B)125.71º77.78%31.76%-
XYZ3.366.081.86-
YUV55.66110.13101.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 81 (32.03% from 255) = 65.85%
BLUE value IS 24 (9.77% from 255) = 19.51%
R=14.63%
G=65.85%
B=19.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1881240.7800.700.68125.7163.6419.41
Hex1251184E046447e4013
Octal2212130116010610417610023
Binary1001010100011100010011100100011010001001111110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125118; }

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

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

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

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

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

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

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

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