#125409

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

Shades of Myrtle #125409

Tints of Myrtle #125409

Color information

#125409 (or 0x125409) is unknown color: approx Myrtle. HEX triplet: 12, 54 and 09. RGB value is (18,84,9). Sum of RGB (Red+Green+Blue) = 18+84+9=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 84 (33.20% from 255 or 75.68% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 84 - color contains mainly: green. Hex color #125409 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125409 is #EDABF6. Grayscale: #373737. Windows color (decimal): -15576055 or 611346. OLE color: 611346.

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

Color convert

RGB18849-
CMYK0.7900.890.67
HSL112.8º80.65%18.24%-
HSV(B)112.8º89.29%32.94%-
XYZ3.476.491.33-
YUV55.72101.63101.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.22%
GREEN value IS 84 (33.20% from 255) = 75.68%
BLUE value IS 9 (3.91% from 255) = 8.11%
R=16.22%
G=75.68%
B=8.11%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal188490.7900.890.67112.880.6518.24
Hex125494F05943715112
Octal2212411117013110316112122
Binary100101010100100110011110101100110000111110001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125409

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125409; }

 p { color: rgb(18,84,9); }

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

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

 a { background-color: rgb(18,84,9); }

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

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

 span { border-color: rgb(18,84,9); }

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