#147539

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

Shades of Dark Spring Green #147539

Tints of Dark Spring Green #147539

Color information

#147539 (or 0x147539) is unknown color: approx Dark Spring Green. HEX triplet: 14, 75 and 39. RGB value is (20,117,57). Sum of RGB (Red+Green+Blue) = 20+117+57=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 117 (46.09% from 255 or 60.31% from 194); Blue value is 57 (22.66% from 255 or 29.38% from 194); Max value from RGB is 117 - color contains mainly: green. Hex color #147539 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147539 is #EB8AC6. Grayscale: #515151. Windows color (decimal): -15436487 or 3765524. OLE color: 3765524.

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

Color convert

RGB2011757-
CMYK0.8300.510.54
HSL142.89º70.8%26.86%-
HSV(B)142.89º82.91%45.88%-
XYZ7.3913.176.02-
YUV81.16114.3684.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 10.31%
GREEN value IS 117 (46.09% from 255) = 60.31%
BLUE value IS 57 (22.66% from 255) = 29.38%
R=10.31%
G=60.31%
B=29.38%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117570.8300.510.54142.8970.826.86
Hex14753953033368f471b
Octal24165711230636621710733
Binary1010011101011110011010011011001111011010001111100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147539; }

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

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

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

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

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

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

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

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