#147546

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

Shades of Dark Spring Green #147546

Tints of Dark Spring Green #147546

Color information

#147546 (or 0x147546) is unknown color: approx Dark Spring Green. HEX triplet: 14, 75 and 46. RGB value is (20,117,70). Sum of RGB (Red+Green+Blue) = 20+117+70=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #147546 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147546 is #EB8AB9. Grayscale: #525252. Windows color (decimal): -15436474 or 4617492. OLE color: 4617492.

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

Color convert

RGB2011770-
CMYK0.8300.400.54
HSL150.93º70.8%26.86%-
HSV(B)150.93º82.91%45.88%-
XYZ7.7613.317.96-
YUV82.64120.8683.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 117 (46.09% from 255) = 56.52%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=9.66%
G=56.52%
B=33.82%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117700.8300.400.54150.9370.826.86
Hex147546530283697471b
Octal241651061230506622710733
Binary10100111010110001101010011010100011011010010111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147546; }

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

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

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

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

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

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

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

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