#145B04

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

Shades of Myrtle #145B04

Tints of Myrtle #145B04

Color information

#145B04 (or 0x145B04) is unknown color: approx Myrtle. HEX triplet: 14, 5B and 04. RGB value is (20,91,4). Sum of RGB (Red+Green+Blue) = 20+91+4=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 91 (35.94% from 255 or 79.13% from 115); Blue value is 4 (1.95% from 255 or 3.48% from 115); Max value from RGB is 91 - color contains mainly: green. Hex color #145B04 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145B04 is #EBA4FB. Grayscale: #3C3C3C. Windows color (decimal): -15443196 or 285460. OLE color: 285460.

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

Color convert

RGB20914-
CMYK0.7800.960.64
HSL108.97º91.58%18.63%-
HSV(B)108.97º95.6%35.69%-
XYZ4.057.641.38-
YUV59.8596.4899.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.39%
GREEN value IS 91 (35.94% from 255) = 79.13%
BLUE value IS 4 (1.95% from 255) = 3.48%
R=17.39%
G=79.13%
B=3.48%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal209140.7800.960.64108.9791.5818.63
Hex145B44E060406d5c13
Octal241334116014010015513423
Binary10100101101110010011100110000010000001101101101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145B04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,91,4); }

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

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

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

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

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

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

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