Html Css Color HEX #147752 Salem

📋 copy color: '#147752'

red 20 ◦ green 119 ◦ blue 82

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

Shades of Salem #147752

Tints of Salem #147752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 37.1%

R = 9.05%
G = 53.85%
B = 37.1%

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

#147752 (or 0x147752) is known color: Salem. HEX triplet: 14, 77 and 52. RGB value is (20,119,82). Sum of RGB (Red+Green+Blue) = 20+119+82=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 119 (46.88% from 255 or 53.85% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 119 - color contains mainly: green. Hex color #147752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147752 is #EB88AD. Grayscale: #555555. Windows color (decimal): -15435950 or 5404436. OLE color: 5404436.

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

Color convert

RGB 20 119 82 -
CMYK 0.83 0 0.31 0.53
HSL 157.58º 0.71% 0.27% -
HSV(B) 157.58º 0.83% 0.47% -
XYZ 8.41 13.95 10.23 -
YUV 85.18 126.2 81.51 -
System Red Green Blue C M Y K H S L
Decimal 20 119 82 0.83 0 0.31 0.53 157.58 0.71 0.27
Hex 14 77 52 53 0 1F 35 9E 47 1B
Octal 24 167 122 123 0 37 65 236 107 33
Binary 10100 1110111 1010010 1010011 0 11111 110101 10011110 1000111 11011

Color Harmonies of #147752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147752

Black with #147752

Text Example


Text Example

White with #147752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147752; }

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

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

background-color css

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

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

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

border-color css

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

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

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