#147648

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

Shades of Dark Spring Green #147648

Tints of Dark Spring Green #147648

Color information

#147648 (or 0x147648) is unknown color: approx Dark Spring Green. HEX triplet: 14, 76 and 48. RGB value is (20,118,72). Sum of RGB (Red+Green+Blue) = 20+118+72=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 72 (28.52% from 255 or 34.29% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #147648 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147648 is #EB89B7. Grayscale: #535353. Windows color (decimal): -15436216 or 4748820. OLE color: 4748820.

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

Color convert

RGB2011872-
CMYK0.8300.390.54
HSL151.84º71.01%27.06%-
HSV(B)151.84º83.05%46.27%-
XYZ7.9413.578.33-
YUV83.45121.5382.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.52%
GREEN value IS 118 (46.48% from 255) = 56.19%
BLUE value IS 72 (28.52% from 255) = 34.29%
R=9.52%
G=56.19%
B=34.29%

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
Decimal20118720.8300.390.54151.8471.0127.06
Hex147648530273698471b
Octal241661101230476623010733
Binary10100111011010010001010011010011111011010011000100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147648; }

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

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

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

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

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

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

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

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