#125918

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

Shades of Myrtle #125918

Tints of Myrtle #125918

Color information

#125918 (or 0x125918) is unknown color: approx Myrtle. HEX triplet: 12, 59 and 18. RGB value is (18,89,24). Sum of RGB (Red+Green+Blue) = 18+89+24=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 89 (35.16% from 255 or 67.94% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 89 - color contains mainly: green. Hex color #125918 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #125918 is #EDA6E7. Grayscale: #3C3C3C. Windows color (decimal): -15574760 or 1595666. OLE color: 1595666.

HSL color Cylindrical-coordinate representation of color #125918: hue angle of 125.07º degrees, saturation: 0.66, 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 #125918 is Cyan = 0.80, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.65.

Color convert

RGB188924-
CMYK0.8000.730.65
HSL125.07º66.36%20.98%-
HSV(B)125.07º79.78%34.9%-
XYZ3.997.342.07-
YUV60.36107.4897.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.74%
GREEN value IS 89 (35.16% from 255) = 67.94%
BLUE value IS 24 (9.77% from 255) = 18.32%
R=13.74%
G=67.94%
B=18.32%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal1889240.8000.730.65125.0766.3620.98
Hex12591850049417d4215
Octal2213130120011110117510225
Binary1001010110011100010100000100100110000011111101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125918; }

 p { color: rgb(18,89,24); }

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

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

 a { background-color: rgb(18,89,24); }

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

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

 span { border-color: rgb(18,89,24); }

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