Html Css Color HEX #147755 Salem

📋 copy color: '#147755'

red 20 ◦ green 119 ◦ blue 85

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

Shades of Salem #147755

Tints of Salem #147755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 37.95%

R = 8.93%
G = 53.13%
B = 37.95%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#147755 (or 0x147755) is known color: Salem. HEX triplet: 14, 77 and 55. RGB value is (20,119,85). Sum of RGB (Red+Green+Blue) = 20+119+85=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 85 (33.59% from 255 or 37.95% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #147755 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147755 is #EB88AA. Grayscale: #555555. Windows color (decimal): -15435947 or 5601044. OLE color: 5601044.

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

Color convert

RGB 20 119 85 -
CMYK 0.83 0 0.29 0.53
HSL 159.39º 0.71% 0.27% -
HSV(B) 159.39º 0.83% 0.47% -
XYZ 8.53 14 10.85 -
YUV 85.52 127.7 81.26 -
System Red Green Blue C M Y K H S L
Decimal 20 119 85 0.83 0 0.29 0.53 159.39 0.71 0.27
Hex 14 77 55 53 0 1D 35 9F 47 1B
Octal 24 167 125 123 0 35 65 237 107 33
Binary 10100 1110111 1010101 1010011 0 11101 110101 10011111 1000111 11011

Color Harmonies of #147755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147755

Black with #147755

Text Example


Text Example

White with #147755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147755; }

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

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

background-color css

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

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

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

border-color css

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

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

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