#126113

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

Shades of Myrtle #126113

Tints of Myrtle #126113

Color information

#126113 (or 0x126113) is unknown color: approx Myrtle. HEX triplet: 12, 61 and 13. RGB value is (18,97,19). Sum of RGB (Red+Green+Blue) = 18+97+19=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 97 (38.28% from 255 or 72.39% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 97 - color contains mainly: green. Hex color #126113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #126113 is #ED9EEC. Grayscale: #404040. Windows color (decimal): -15572717 or 1270034. OLE color: 1270034.

HSL color Cylindrical-coordinate representation of color #126113: hue angle of 120.76º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #126113 is Cyan = 0.81, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.62.

Color convert

RGB189719-
CMYK0.8100.800.62
HSL120.76º68.7%22.55%-
HSV(B)120.76º81.44%38.04%-
XYZ4.648.732.06-
YUV64.49102.3394.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 13.43%
GREEN value IS 97 (38.28% from 255) = 72.39%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=13.43%
G=72.39%
B=14.18%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal1897190.8100.800.62120.7668.722.55
Hex126113510503E794517
Octal221412312101207617110527
Binary100101100001100111010001010100001111101111001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126113; }

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

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

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

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

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

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

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

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