Html Css Color HEX #147453 Salem

📋 copy color: '#147453'

red 20 ◦ green 116 ◦ blue 83

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

Shades of Salem #147453

Tints of Salem #147453

RGB

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

 GREEN value IS 116 (45.7% from 255) = 52.97%

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

R = 9.13%
G = 52.97%
B = 37.9%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.28

 K value IS 0.55

RGB Variations

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

Color information

#147453 (or 0x147453) is known color: Salem. HEX triplet: 14, 74 and 53. RGB value is (20,116,83). Sum of RGB (Red+Green+Blue) = 20+116+83=219 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.13% from 219); Green value is 116 (45.70% from 255 or 52.97% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 116 - color contains mainly: green. Hex color #147453 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147453 is #EB8BAC. Grayscale: #535353. Windows color (decimal): -15436717 or 5469204. OLE color: 5469204.

HSL color Cylindrical-coordinate representation of color #147453: hue angle of 159.38º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147453 is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 116 83 -
CMYK 0.83 0 0.28 0.55
HSL 159.38º 0.71% 0.27% -
HSV(B) 159.38º 0.83% 0.45% -
XYZ 8.1 13.26 10.32 -
YUV 83.53 127.7 82.68 -
System Red Green Blue C M Y K H S L
Decimal 20 116 83 0.83 0 0.28 0.55 159.38 0.71 0.27
Hex 14 74 53 53 0 1C 37 9F 47 1B
Octal 24 164 123 123 0 34 67 237 107 33
Binary 10100 1110100 1010011 1010011 0 11100 110111 10011111 1000111 11011

Color Harmonies of #147453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147453

Black with #147453

Text Example


Text Example

White with #147453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147453; }

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

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

background-color css

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

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

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

border-color css

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

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

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