#146011

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

Shades of Myrtle #146011

Tints of Myrtle #146011

Color information

#146011 (or 0x146011) is unknown color: approx Myrtle. HEX triplet: 14, 60 and 11. RGB value is (20,96,17). Sum of RGB (Red+Green+Blue) = 20+96+17=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 96 (37.89% from 255 or 72.18% from 133); Blue value is 17 (7.03% from 255 or 12.78% from 133); Max value from RGB is 96 - color contains mainly: green. Hex color #146011 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146011 is #EB9FEE. Grayscale: #404040. Windows color (decimal): -15441903 or 1138708. OLE color: 1138708.

HSL color Cylindrical-coordinate representation of color #146011: hue angle of 117.72º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #146011 is Cyan = 0.79, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.

Color convert

RGB209617-
CMYK0.7900.820.62
HSL117.72º69.91%22.16%-
HSV(B)117.72º82.29%37.65%-
XYZ4.578.551.94-
YUV64.27101.3296.42-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 96 (37.89% from 255) = 72.18%
BLUE value IS 17 (7.03% from 255) = 12.78%
R=15.04%
G=72.18%
B=12.78%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2096170.7900.820.62117.7269.9122.16
Hex1460114F0523E764616
Octal241402111701227616610626
Binary101001100000100011001111010100101111101110110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146011; }

 p { color: rgb(20,96,17); }

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

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

 a { background-color: rgb(20,96,17); }

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

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

 span { border-color: rgb(20,96,17); }

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