#147547

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

Shades of Dark Spring Green #147547

Tints of Dark Spring Green #147547

Color information

#147547 (or 0x147547) is unknown color: approx Dark Spring Green. HEX triplet: 14, 75 and 47. RGB value is (20,117,71). Sum of RGB (Red+Green+Blue) = 20+117+71=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 71 (28.12% from 255 or 34.13% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #147547 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147547 is #EB8AB8. Grayscale: #525252. Windows color (decimal): -15436473 or 4683028. OLE color: 4683028.

HSL color Cylindrical-coordinate representation of color #147547: hue angle of 151.55º 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 #147547 is Cyan = 0.83, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.54.

Color convert

RGB2011771-
CMYK0.8300.390.54
HSL151.55º70.8%26.86%-
HSV(B)151.55º82.91%45.88%-
XYZ7.7913.338.12-
YUV82.75121.3683.24-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.62%
GREEN value IS 117 (46.09% from 255) = 56.25%
BLUE value IS 71 (28.12% from 255) = 34.13%
R=9.62%
G=56.25%
B=34.13%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117710.8300.390.54151.5570.826.86
Hex147547530273698471b
Octal241651071230476623010733
Binary10100111010110001111010011010011111011010011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147547; }

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

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

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

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

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

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

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

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