Html Css Color HEX #147E55 Salem

📋 copy color: '#147E55'

red 20 ◦ green 126 ◦ blue 85

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

Shades of Salem #147E55

Tints of Salem #147E55

RGB

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

 GREEN value IS 126 (49.61% from 255) = 54.55%

 BLUE value IS 85 (33.59% from 255) = 36.8%

R = 8.66%
G = 54.55%
B = 36.8%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.33

 K value IS 0.51

RGB Variations

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

Color information

#147E55 (or 0x147E55) is known color: Salem. HEX triplet: 14, 7E and 55. RGB value is (20,126,85). Sum of RGB (Red+Green+Blue) = 20+126+85=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 126 (49.61% from 255 or 54.55% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 126 - color contains mainly: green. Hex color #147E55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147E55 is #EB81AA. Grayscale: #595959. Windows color (decimal): -15434155 or 5602836. OLE color: 5602836.

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

Color convert

RGB 20 126 85 -
CMYK 0.84 0 0.33 0.51
HSL 156.79º 0.73% 0.29% -
HSV(B) 156.79º 0.84% 0.49% -
XYZ 9.39 15.73 11.13 -
YUV 89.63 125.38 78.33 -
System Red Green Blue C M Y K H S L
Decimal 20 126 85 0.84 0 0.33 0.51 156.79 0.73 0.29
Hex 14 7E 55 54 0 21 33 9D 49 1D
Octal 24 176 125 124 0 41 63 235 111 35
Binary 10100 1111110 1010101 1010100 0 100001 110011 10011101 1001001 11101

Color Harmonies of #147E55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147E55

Black with #147E55

Text Example


Text Example

White with #147E55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,126,85); }

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

background-color css

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

 a { background-color: rgb(20,126,85); }

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

border-color css

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

 span { border-color: rgb(20,126,85); }

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