#145113

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

Shades of Myrtle #145113

Tints of Myrtle #145113

Color information

#145113 (or 0x145113) is unknown color: approx Myrtle. HEX triplet: 14, 51 and 13. RGB value is (20,81,19). Sum of RGB (Red+Green+Blue) = 20+81+19=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 81 (32.03% from 255 or 67.5% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 81 - color contains mainly: green. Hex color #145113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145113 is #EBAEEC. Grayscale: #373737. Windows color (decimal): -15445741 or 1265940. OLE color: 1265940.

HSL color Cylindrical-coordinate representation of color #145113: hue angle of 119.03º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #145113 is Cyan = 0.75, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.

Color convert

RGB208119-
CMYK0.7500.770.68
HSL119.03º62%19.61%-
HSV(B)119.03º76.54%31.76%-
XYZ3.356.081.61-
YUV55.69107.29102.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 81 (32.03% from 255) = 67.5%
BLUE value IS 19 (7.81% from 255) = 15.83%
R=16.67%
G=67.5%
B=15.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2081190.7500.770.68119.036219.61
Hex1451134B04D44773e14
Octal241212311301151041677624
Binary101001010001100111001011010011011000100111011111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145113; }

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

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

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

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

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

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

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

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