Html Css Color HEX #147751 Salem

📋 copy color: '#147751'

red 20 ◦ green 119 ◦ blue 81

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

Shades of Salem #147751

Tints of Salem #147751

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.09%

 BLUE value IS 81 (32.03% from 255) = 36.82%

R = 9.09%
G = 54.09%
B = 36.82%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.32

 K value IS 0.53

RGB Variations

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

Color information

#147751 (or 0x147751) is known color: Salem. HEX triplet: 14, 77 and 51. RGB value is (20,119,81). Sum of RGB (Red+Green+Blue) = 20+119+81=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 119 (46.88% from 255 or 54.09% from 220); Blue value is 81 (32.03% from 255 or 36.82% from 220); Max value from RGB is 119 - color contains mainly: green. Hex color #147751 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147751 is #EB88AE. Grayscale: #555555. Windows color (decimal): -15435951 or 5338900. OLE color: 5338900.

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

Color convert

RGB 20 119 81 -
CMYK 0.83 0 0.32 0.53
HSL 156.97º 0.71% 0.27% -
HSV(B) 156.97º 0.83% 0.47% -
XYZ 8.37 13.94 10.03 -
YUV 85.07 125.7 81.59 -
System Red Green Blue C M Y K H S L
Decimal 20 119 81 0.83 0 0.32 0.53 156.97 0.71 0.27
Hex 14 77 51 53 0 20 35 9D 47 1B
Octal 24 167 121 123 0 40 65 235 107 33
Binary 10100 1110111 1010001 1010011 0 100000 110101 10011101 1000111 11011

Color Harmonies of #147751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147751

Black with #147751

Text Example


Text Example

White with #147751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147751; }

 p { color: rgb(20,119,81); }

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

background-color css

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

 a { background-color: rgb(20,119,81); }

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

border-color css

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

 span { border-color: rgb(20,119,81); }

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