#147643

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

Shades of Dark Spring Green #147643

Tints of Dark Spring Green #147643

Color information

#147643 (or 0x147643) is unknown color: approx Dark Spring Green. HEX triplet: 14, 76 and 43. RGB value is (20,118,67). Sum of RGB (Red+Green+Blue) = 20+118+67=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 118 (46.48% from 255 or 57.56% from 205); Blue value is 67 (26.56% from 255 or 32.68% from 205); Max value from RGB is 118 - color contains mainly: green. Hex color #147643 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147643 is #EB89BC. Grayscale: #525252. Windows color (decimal): -15436221 or 4421140. OLE color: 4421140.

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

Color convert

RGB2011867-
CMYK0.8300.430.54
HSL148.78º71.01%27.06%-
HSV(B)148.78º83.05%46.27%-
XYZ7.7813.517.51-
YUV82.88119.0383.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 118 (46.48% from 255) = 57.56%
BLUE value IS 67 (26.56% from 255) = 32.68%
R=9.76%
G=57.56%
B=32.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20118670.8300.430.54148.7871.0127.06
Hex1476435302B3695471b
Octal241661031230536622510733
Binary10100111011010000111010011010101111011010010101100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147643; }

 p { color: rgb(20,118,67); }

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

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

 a { background-color: rgb(20,118,67); }

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

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

 span { border-color: rgb(20,118,67); }

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