#147573

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

Shades of Pine Green #147573

Tints of Pine Green #147573

Color information

#147573 (or 0x147573) is unknown color: approx Pine Green. HEX triplet: 14, 75 and 73. RGB value is (20,117,115). Sum of RGB (Red+Green+Blue) = 20+117+115=252 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.94% from 252); Green value is 117 (46.09% from 255 or 46.43% from 252); Blue value is 115 (45.31% from 255 or 45.63% from 252); Max value from RGB is 117 - color contains mainly: green. Hex color #147573 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147573 is #EB8A8C. Grayscale: #575757. Windows color (decimal): -15436429 or 7566612. OLE color: 7566612.

HSL color Cylindrical-coordinate representation of color #147573: hue angle of 178.76º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147573 is Cyan = 0.83, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB20117115-
CMYK0.8300.020.54
HSL178.76º70.8%26.86%-
HSV(B)178.76º82.91%45.88%-
XYZ9.7414.1118.43-
YUV87.77143.3679.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.94%
GREEN value IS 117 (46.09% from 255) = 46.43%
BLUE value IS 115 (45.31% from 255) = 45.63%
R=7.94%
G=46.43%
B=45.63%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal201171150.8300.020.54178.7670.826.86
Hex147573530236b3471b
Octal24165163123026626310733
Binary1010011101011110011101001101011011010110011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147573; }

 p { color: rgb(20,117,115); }

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

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

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

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

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

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

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