#146313

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

Shades of Myrtle #146313

Tints of Myrtle #146313

Color information

#146313 (or 0x146313) is unknown color: approx Myrtle. HEX triplet: 14, 63 and 13. RGB value is (20,99,19). Sum of RGB (Red+Green+Blue) = 20+99+19=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 99 (39.06% from 255 or 71.74% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 99 - color contains mainly: green. Hex color #146313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #146313 is #EB9CEC. Grayscale: #424242. Windows color (decimal): -15441133 or 1270548. OLE color: 1270548.

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

Color convert

RGB209919-
CMYK0.8000.810.61
HSL119.25º67.8%23.14%-
HSV(B)119.25º80.81%38.82%-
XYZ4.879.122.12-
YUV66.26101.3395-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.49%
GREEN value IS 99 (39.06% from 255) = 71.74%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=14.49%
G=71.74%
B=13.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2099190.8000.810.61119.2567.823.14
Hex146313500513D774417
Octal241432312001217516710427
Binary101001100011100111010000010100011111011110111100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #146313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #146313; }

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

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

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

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

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

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

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

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