#125509

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

Shades of Myrtle #125509

Tints of Myrtle #125509

Color information

#125509 (or 0x125509) is unknown color: approx Myrtle. HEX triplet: 12, 55 and 09. RGB value is (18,85,9). Sum of RGB (Red+Green+Blue) = 18+85+9=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 85 (33.59% from 255 or 75.89% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 85 - color contains mainly: green. Hex color #125509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125509 is #EDAAF6. Grayscale: #383838. Windows color (decimal): -15575799 or 611602. OLE color: 611602.

HSL color Cylindrical-coordinate representation of color #125509: hue angle of 112.89º 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 #125509 is Cyan = 0.79, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.67.

Color convert

RGB18859-
CMYK0.7900.890.67
HSL112.89º80.85%18.43%-
HSV(B)112.89º89.41%33.33%-
XYZ3.556.651.35-
YUV56.3101.3100.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 85 (33.59% from 255) = 75.89%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=16.07%
G=75.89%
B=8.04%

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
Decimal188590.7900.890.67112.8980.8518.43
Hex125594F05943715112
Octal2212511117013110316112122
Binary100101010101100110011110101100110000111110001101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125509; }

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

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

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

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

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

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

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

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