#147542

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

Shades of Dark Spring Green #147542

Tints of Dark Spring Green #147542

Color information

#147542 (or 0x147542) is unknown color: approx Dark Spring Green. HEX triplet: 14, 75 and 42. RGB value is (20,117,66). Sum of RGB (Red+Green+Blue) = 20+117+66=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 117 (46.09% from 255 or 57.64% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 117 - color contains mainly: green. Hex color #147542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147542 is #EB8ABD. Grayscale: #525252. Windows color (decimal): -15436478 or 4355348. OLE color: 4355348.

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

Color convert

RGB2011766-
CMYK0.8300.440.54
HSL148.45º70.8%26.86%-
HSV(B)148.45º82.91%45.88%-
XYZ7.6313.267.31-
YUV82.18118.8683.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 117 (46.09% from 255) = 57.64%
BLUE value IS 66 (26.17% from 255) = 32.51%
R=9.85%
G=57.64%
B=32.51%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20117660.8300.440.54148.4570.826.86
Hex1475425302C3694471b
Octal241651021230546622410733
Binary10100111010110000101010011010110011011010010100100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147542; }

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

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

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

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

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

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

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

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