Html Css Color HEX #147353 Salem

📋 copy color: '#147353'

red 20 ◦ green 115 ◦ blue 83

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

Shades of Salem #147353

Tints of Salem #147353

RGB

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

 GREEN value IS 115 (45.31% from 255) = 52.75%

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

R = 9.17%
G = 52.75%
B = 38.07%

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

#147353 (or 0x147353) is known color: Salem. HEX triplet: 14, 73 and 53. RGB value is (20,115,83). Sum of RGB (Red+Green+Blue) = 20+115+83=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 83 (32.81% from 255 or 38.07% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #147353 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147353 is #EB8CAC. Grayscale: #525252. Windows color (decimal): -15436973 or 5468948. OLE color: 5468948.

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

Color convert

RGB 20 115 83 -
CMYK 0.83 0 0.28 0.55
HSL 159.79º 0.7% 0.26% -
HSV(B) 159.79º 0.83% 0.45% -
XYZ 7.98 13.03 10.28 -
YUV 82.95 128.03 83.1 -
System Red Green Blue C M Y K H S L
Decimal 20 115 83 0.83 0 0.28 0.55 159.79 0.7 0.26
Hex 14 73 53 53 0 1C 37 A0 46 1A
Octal 24 163 123 123 0 34 67 240 106 32
Binary 10100 1110011 1010011 1010011 0 11100 110111 10100000 1000110 11010

Color Harmonies of #147353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147353

Black with #147353

Text Example


Text Example

White with #147353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147353; }

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

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

background-color css

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

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

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

border-color css

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

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

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