Html Css Color HEX #147853 Salem

📋 copy color: '#147853'

red 20 ◦ green 120 ◦ blue 83

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

Shades of Salem #147853

Tints of Salem #147853

RGB

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

 GREEN value IS 120 (47.27% from 255) = 53.81%

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

R = 8.97%
G = 53.81%
B = 37.22%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#147853 (or 0x147853) is known color: Salem. HEX triplet: 14, 78 and 53. RGB value is (20,120,83). Sum of RGB (Red+Green+Blue) = 20+120+83=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 120 (47.27% from 255 or 53.81% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 120 - color contains mainly: green. Hex color #147853 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147853 is #EB87AC. Grayscale: #555555. Windows color (decimal): -15435693 or 5470228. OLE color: 5470228.

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

Color convert

RGB 20 120 83 -
CMYK 0.83 0 0.31 0.53
HSL 157.8º 0.71% 0.27% -
HSV(B) 157.8º 0.83% 0.47% -
XYZ 8.57 14.21 10.47 -
YUV 85.88 126.37 81.01 -
System Red Green Blue C M Y K H S L
Decimal 20 120 83 0.83 0 0.31 0.53 157.8 0.71 0.27
Hex 14 78 53 53 0 1F 35 9E 47 1B
Octal 24 170 123 123 0 37 65 236 107 33
Binary 10100 1111000 1010011 1010011 0 11111 110101 10011110 1000111 11011

Color Harmonies of #147853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147853

Black with #147853

Text Example


Text Example

White with #147853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147853; }

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

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

background-color css

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

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

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

border-color css

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

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

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