#125A19

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

Shades of Myrtle #125A19

Tints of Myrtle #125A19

Color information

#125A19 (or 0x125A19) is unknown color: approx Myrtle. HEX triplet: 12, 5A and 19. RGB value is (18,90,25). Sum of RGB (Red+Green+Blue) = 18+90+25=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 90 (35.55% from 255 or 67.67% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 90 - color contains mainly: green. Hex color #125A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125A19 is #EDA5E6. Grayscale: #3D3D3D. Windows color (decimal): -15574503 or 1661458. OLE color: 1661458.

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

Color convert

RGB189025-
CMYK0.8000.720.65
HSL125.83º66.67%21.18%-
HSV(B)125.83º80%35.29%-
XYZ4.087.512.15-
YUV61.06107.6597.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.53%
GREEN value IS 90 (35.55% from 255) = 67.67%
BLUE value IS 25 (10.16% from 255) = 18.80%
R=13.53%
G=67.67%
B=18.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1890250.8000.720.65125.8366.6721.18
Hex125A1950048417e4315
Octal2213231120011010117610325
Binary1001010110101100110100000100100010000011111110100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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