Html Css Color HEX #147553 Salem

📋 copy color: '#147553'

red 20 ◦ green 117 ◦ blue 83

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

Shades of Salem #147553

Tints of Salem #147553

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.18%

 BLUE value IS 83 (32.81% from 255) = 37.73%

R = 9.09%
G = 53.18%
B = 37.73%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.54

RGB Variations

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

Color information

#147553 (or 0x147553) is known color: Salem. HEX triplet: 14, 75 and 53. RGB value is (20,117,83). Sum of RGB (Red+Green+Blue) = 20+117+83=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 117 (46.09% from 255 or 53.18% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 117 - color contains mainly: green. Hex color #147553 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147553 is #EB8AAC. Grayscale: #545454. Windows color (decimal): -15436461 or 5469460. OLE color: 5469460.

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

Color convert

RGB 20 117 83 -
CMYK 0.83 0 0.29 0.54
HSL 158.97º 0.71% 0.27% -
HSV(B) 158.97º 0.83% 0.46% -
XYZ 8.21 13.5 10.36 -
YUV 84.12 127.36 82.26 -
System Red Green Blue C M Y K H S L
Decimal 20 117 83 0.83 0 0.29 0.54 158.97 0.71 0.27
Hex 14 75 53 53 0 1D 36 9F 47 1B
Octal 24 165 123 123 0 35 66 237 107 33
Binary 10100 1110101 1010011 1010011 0 11101 110110 10011111 1000111 11011

Color Harmonies of #147553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147553

Black with #147553

Text Example


Text Example

White with #147553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147553; }

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

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

background-color css

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

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

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

border-color css

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

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

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