#146310

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

Shades of Myrtle #146310

Tints of Myrtle #146310

Color information

#146310 (or 0x146310) is unknown color: approx Myrtle. HEX triplet: 14, 63 and 10. RGB value is (20,99,16). Sum of RGB (Red+Green+Blue) = 20+99+16=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 99 (39.06% from 255 or 73.33% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 99 - color contains mainly: green. Hex color #146310 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146310 is #EB9CEF. Grayscale: #424242. Windows color (decimal): -15441136 or 1073940. OLE color: 1073940.

HSL color Cylindrical-coordinate representation of color #146310: hue angle of 117.11º degrees, saturation: 0.72, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #146310 is Cyan = 0.80, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.61.

Color convert

RGB209916-
CMYK0.8000.840.61
HSL117.11º72.17%22.55%-
HSV(B)117.11º83.84%38.82%-
XYZ4.849.111.99-
YUV65.9299.8395.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 99 (39.06% from 255) = 73.33%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=14.81%
G=73.33%
B=11.85%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099160.8000.840.61117.1172.1722.55
Hex146310500543D754817
Octal241432012001247516511027
Binary101001100011100001010000010101001111011110101100100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146310; }

 p { color: rgb(20,99,16); }

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

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

 a { background-color: rgb(20,99,16); }

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

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

 span { border-color: rgb(20,99,16); }

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