Html Css Color HEX #147E4B Salem

📋 copy color: '#147E4B'

red 20 ◦ green 126 ◦ blue 75

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

Shades of Salem #147E4B

Tints of Salem #147E4B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 57.01%

 BLUE value IS 75 (29.69% from 255) = 33.94%

R = 9.05%
G = 57.01%
B = 33.94%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#147E4B (or 0x147E4B) is known color: Salem. HEX triplet: 14, 7E and 4B. RGB value is (20,126,75). Sum of RGB (Red+Green+Blue) = 20+126+75=221 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.05% from 221); Green value is 126 (49.61% from 255 or 57.01% from 221); Blue value is 75 (29.69% from 255 or 33.94% from 221); Max value from RGB is 126 - color contains mainly: green. Hex color #147E4B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147E4B is #EB81B4. Grayscale: #585858. Windows color (decimal): -15434165 or 4947476. OLE color: 4947476.

HSL color Cylindrical-coordinate representation of color #147E4B: hue angle of 151.13º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147E4B is Cyan = 0.84, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 126 75 -
CMYK 0.84 0 0.40 0.51
HSL 151.13º 0.73% 0.29% -
HSV(B) 151.13º 0.84% 0.49% -
XYZ 9.02 15.58 9.19 -
YUV 88.49 120.38 79.15 -
System Red Green Blue C M Y K H S L
Decimal 20 126 75 0.84 0 0.40 0.51 151.13 0.73 0.29
Hex 14 7E 4B 54 0 28 33 97 49 1D
Octal 24 176 113 124 0 50 63 227 111 35
Binary 10100 1111110 1001011 1010100 0 101000 110011 10010111 1001001 11101

Color Harmonies of #147E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147E4B

Black with #147E4B

Text Example


Text Example

White with #147E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147E4B; }

 p { color: rgb(20,126,75); }

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

background-color css

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

 a { background-color: rgb(20,126,75); }

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

border-color css

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

 span { border-color: rgb(20,126,75); }

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