#125B13

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

Shades of Myrtle #125B13

Tints of Myrtle #125B13

Color information

#125B13 (or 0x125B13) is unknown color: approx Myrtle. HEX triplet: 12, 5B and 13. RGB value is (18,91,19). Sum of RGB (Red+Green+Blue) = 18+91+19=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 91 (35.94% from 255 or 71.09% from 128); Blue value is 19 (7.81% from 255 or 14.84% from 128); Max value from RGB is 91 - color contains mainly: green. Hex color #125B13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125B13 is #EDA4EC. Grayscale: #3D3D3D. Windows color (decimal): -15574253 or 1268498. OLE color: 1268498.

HSL color Cylindrical-coordinate representation of color #125B13: hue angle of 120.82º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #125B13 is Cyan = 0.80, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.64.

Color convert

RGB189119-
CMYK0.8000.790.64
HSL120.82º66.97%21.37%-
HSV(B)120.82º80.22%35.69%-
XYZ4.117.661.88-
YUV60.96104.3297.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.06%
GREEN value IS 91 (35.94% from 255) = 71.09%
BLUE value IS 19 (7.81% from 255) = 14.84%
R=14.06%
G=71.09%
B=14.84%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891190.8000.790.64120.8266.9721.37
Hex125B135004F40794315
Octal2213323120011710017110325
Binary1001010110111001110100000100111110000001111001100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125B13; }

 p { color: rgb(18,91,19); }

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

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

 a { background-color: rgb(18,91,19); }

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

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

 span { border-color: rgb(18,91,19); }

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