#125309

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

Shades of Myrtle #125309

Tints of Myrtle #125309

Color information

#125309 (or 0x125309) is unknown color: approx Myrtle. HEX triplet: 12, 53 and 09. RGB value is (18,83,9). Sum of RGB (Red+Green+Blue) = 18+83+9=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #125309 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125309 is #EDACF6. Grayscale: #373737. Windows color (decimal): -15576311 or 611090. OLE color: 611090.

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

Color convert

RGB18839-
CMYK0.7800.890.67
HSL112.7º80.43%18.04%-
HSV(B)112.7º89.16%32.55%-
XYZ3.396.331.3-
YUV55.13101.97101.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 83 (32.81% from 255) = 75.45%
BLUE value IS 9 (3.91% from 255) = 8.18%
R=16.36%
G=75.45%
B=8.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal188390.7800.890.67112.780.4318.04
Hex125394E05943715012
Octal2212311116013110316112022
Binary100101010011100110011100101100110000111110001101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125309; }

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

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

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

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

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

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

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

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