#145314

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

Shades of Myrtle #145314

Tints of Myrtle #145314

Color information

#145314 (or 0x145314) is unknown color: approx Myrtle. HEX triplet: 14, 53 and 14. RGB value is (20,83,20). Sum of RGB (Red+Green+Blue) = 20+83+20=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 83 (32.81% from 255 or 67.48% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 83 - color contains mainly: green. Hex color #145314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145314 is #EBACEB. Grayscale: #393939. Windows color (decimal): -15445228 or 1331988. OLE color: 1331988.

HSL color Cylindrical-coordinate representation of color #145314: hue angle of 120º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145314 is Cyan = 0.76, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB208320-
CMYK0.7600.760.67
HSL120º61.17%20.2%-
HSV(B)120º75.9%32.55%-
XYZ3.516.391.71-
YUV56.98107.13101.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 83 (32.81% from 255) = 67.48%
BLUE value IS 20 (8.20% from 255) = 16.26%
R=16.26%
G=67.48%
B=16.26%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083200.7600.760.6712061.1720.2
Hex1453144C04C43783d14
Octal241232411401141031707524
Binary101001010011101001001100010011001000011111100011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145314; }

 p { color: rgb(20,83,20); }

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

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

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

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

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

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

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