#145013

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

Shades of Myrtle #145013

Tints of Myrtle #145013

Color information

#145013 (or 0x145013) is unknown color: approx Myrtle. HEX triplet: 14, 50 and 13. RGB value is (20,80,19). Sum of RGB (Red+Green+Blue) = 20+80+19=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 80 (31.64% from 255 or 67.23% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 80 - color contains mainly: green. Hex color #145013 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145013 is #EBAFEC. Grayscale: #373737. Windows color (decimal): -15445997 or 1265684. OLE color: 1265684.

HSL color Cylindrical-coordinate representation of color #145013: hue angle of 119.02º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145013 is Cyan = 0.75, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.69.

Color convert

RGB208019-
CMYK0.7500.760.69
HSL119.02º61.62%19.41%-
HSV(B)119.02º76.25%31.37%-
XYZ3.275.931.59-
YUV55.11107.62102.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 80 (31.64% from 255) = 67.23%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=16.81%
G=67.23%
B=15.97%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2080190.7500.760.69119.0261.6219.41
Hex1450134B04C45773e13
Octal241202311301141051677623
Binary101001010000100111001011010011001000101111011111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145013; }

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

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

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

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

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

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

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

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