#145D00

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

Shades of Myrtle #145D00

Tints of Myrtle #145D00

Color information

#145D00 (or 0x145D00) is unknown color: approx Myrtle. HEX triplet: 14, 5D and 00. RGB value is (20,93,0). Sum of RGB (Red+Green+Blue) = 20+93+0=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 93 (36.72% from 255 or 82.30% from 113); Blue value is 0 (0.39% from 255 or 0% from 113); Max value from RGB is 93 - color contains mainly: green. Hex color #145D00 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145D00 is #EBA2FF. Grayscale: #3C3C3C. Windows color (decimal): -15442688 or 23828. OLE color: 23828.

HSL color Cylindrical-coordinate representation of color #145D00: hue angle of 107.1º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #145D00 is Cyan = 0.78, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.64.

Color convert

RGB20930-
CMYK0.78010.64
HSL107.1º100%18.24%-
HSV(B)107.1º100%36.47%-
XYZ4.27.981.32-
YUV60.5793.8299.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 93 (36.72% from 255) = 82.30%
BLUE value IS 0 (0.39% from 255) = 0%
R=17.70%
G=82.30%
B=0%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal209300.78010.64107.110018.24
Hex145D04E064406b6412
Octal241350116014410015314422
Binary101001011101010011100110010010000001101011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145D00; }

 p { color: rgb(20,93,0); }

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

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

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

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

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

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

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