#125B19

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

Shades of Myrtle #125B19

Tints of Myrtle #125B19

Color information

#125B19 (or 0x125B19) is unknown color: approx Myrtle. HEX triplet: 12, 5B and 19. RGB value is (18,91,25). Sum of RGB (Red+Green+Blue) = 18+91+25=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 91 (35.94% from 255 or 67.91% from 134); Blue value is 25 (10.16% from 255 or 18.66% from 134); Max value from RGB is 91 - color contains mainly: green. Hex color #125B19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125B19 is #EDA4E6. Grayscale: #3D3D3D. Windows color (decimal): -15574247 or 1661714. OLE color: 1661714.

HSL color Cylindrical-coordinate representation of color #125B19: hue angle of 125.75º 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 #125B19 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.64.

Color convert

RGB189125-
CMYK0.8000.730.64
HSL125.75º66.97%21.37%-
HSV(B)125.75º80.22%35.69%-
XYZ4.177.682.18-
YUV61.65107.3296.87-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 91 (35.94% from 255) = 67.91%
BLUE value IS 25 (10.16% from 255) = 18.66%
R=13.43%
G=67.91%
B=18.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal1891250.8000.730.64125.7566.9721.37
Hex125B1950049407e4315
Octal2213331120011110017610325
Binary1001010110111100110100000100100110000001111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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