Html Css Color HEX #147D58 Salem

📋 copy color: '#147D58'

red 20 ◦ green 125 ◦ blue 88

#147D58
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #147D58

Tints of Salem #147D58

RGB

 RED value IS 20 (8.2% from 255) = 8.58%

 GREEN value IS 125 (49.22% from 255) = 53.65%

 BLUE value IS 88 (34.77% from 255) = 37.77%

R = 8.58%
G = 53.65%
B = 37.77%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.30

 K value IS 0.51

RGB Variations

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

Color information

#147D58 (or 0x147D58) is known color: Salem. HEX triplet: 14, 7D and 58. RGB value is (20,125,88). Sum of RGB (Red+Green+Blue) = 20+125+88=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 125 (49.22% from 255 or 53.65% from 233); Blue value is 88 (34.77% from 255 or 37.77% from 233); Max value from RGB is 125 - color contains mainly: green. Hex color #147D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147D58 is #EB82A7. Grayscale: #595959. Windows color (decimal): -15434408 or 5799188. OLE color: 5799188.

HSL color Cylindrical-coordinate representation of color #147D58: hue angle of 158.86º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147D58 is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 125 88 -
CMYK 0.84 0 0.30 0.51
HSL 158.86º 0.72% 0.28% -
HSV(B) 158.86º 0.84% 0.49% -
XYZ 9.38 15.52 11.73 -
YUV 89.39 127.21 78.51 -
System Red Green Blue C M Y K H S L
Decimal 20 125 88 0.84 0 0.30 0.51 158.86 0.72 0.28
Hex 14 7D 58 54 0 1E 33 9F 48 1C
Octal 24 175 130 124 0 36 63 237 110 34
Binary 10100 1111101 1011000 1010100 0 11110 110011 10011111 1001000 11100

Color Harmonies of #147D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147D58

Black with #147D58

Text Example


Text Example

White with #147D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147D58; }

 p { color: rgb(20,125,88); }

 H1.HeaderClassName
 {
   color: #147D58;
 }
 .AnyTagClassName
 {
   color: #147D58;
 }
</style>

background-color css

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

 a { background-color: rgb(20,125,88); }

 div.DivClassName
 {
   background-color: #147D58;
 }
 .BgClassName
 {
   background-color: #147D58;
 }
</style>

border-color css

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

 span { border-color: rgb(20,125,88); }

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