#145500

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

Shades of Myrtle #145500

Tints of Myrtle #145500

Color information

#145500 (or 0x145500) is unknown color: approx Myrtle. HEX triplet: 14, 55 and 00. RGB value is (20,85,0). Sum of RGB (Red+Green+Blue) = 20+85+0=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 85 (33.59% from 255 or 80.95% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 85 - color contains mainly: green. Hex color #145500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145500 is #EBAAFF. Grayscale: #383838. Windows color (decimal): -15444736 or 21780. OLE color: 21780.

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

Color convert

RGB20850-
CMYK0.76010.67
HSL105.88º100%16.67%-
HSV(B)105.88º100%33.33%-
XYZ3.546.651.1-
YUV55.8796.47102.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 85 (33.59% from 255) = 80.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.05%
G=80.95%
B=0%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal208500.76010.67105.8810016.67
Hex145504C064436a6411
Octal241250114014410315214421
Binary101001010101010011000110010010000111101010110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145500

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145500; }

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

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

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

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

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

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

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

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