#145300

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

Shades of Myrtle #145300

Tints of Myrtle #145300

Color information

#145300 (or 0x145300) is unknown color: approx Myrtle. HEX triplet: 14, 53 and 00. RGB value is (20,83,0). Sum of RGB (Red+Green+Blue) = 20+83+0=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 83 (32.81% from 255 or 80.58% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 83 - color contains mainly: green. Hex color #145300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #145300 is #EBACFF. Grayscale: #363636. Windows color (decimal): -15445248 or 21268. OLE color: 21268.

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

Color convert

RGB20830-
CMYK0.76010.67
HSL105.54º100%16.27%-
HSV(B)105.54º100%32.55%-
XYZ3.386.341.04-
YUV54.797.13103.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.42%
GREEN value IS 83 (32.81% from 255) = 80.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=19.42%
G=80.58%
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
Decimal208300.76010.67105.5410016.27
Hex145304C064436a6410
Octal241230114014410315214420
Binary101001010011010011000110010010000111101010110010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145300; }

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

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

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

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

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

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

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

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