Html Css Color HEX #147250 Salem

📋 copy color: '#147250'

red 20 ◦ green 114 ◦ blue 80

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

Shades of Salem #147250

Tints of Salem #147250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.27%

 BLUE value IS 80 (31.64% from 255) = 37.38%

R = 9.35%
G = 53.27%
B = 37.38%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#147250 (or 0x147250) is known color: Salem. HEX triplet: 14, 72 and 50. RGB value is (20,114,80). Sum of RGB (Red+Green+Blue) = 20+114+80=214 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.35% from 214); Green value is 114 (44.92% from 255 or 53.27% from 214); Blue value is 80 (31.64% from 255 or 37.38% from 214); Max value from RGB is 114 - color contains mainly: green. Hex color #147250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #147250 is #EB8DAF. Grayscale: #525252. Windows color (decimal): -15437232 or 5272084. OLE color: 5272084.

HSL color Cylindrical-coordinate representation of color #147250: hue angle of 158.3º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147250 is Cyan = 0.82, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 114 80 -
CMYK 0.82 0 0.30 0.55
HSL 158.3º 0.7% 0.26% -
HSV(B) 158.3º 0.82% 0.45% -
XYZ 7.75 12.76 9.64 -
YUV 82.02 126.86 83.76 -
System Red Green Blue C M Y K H S L
Decimal 20 114 80 0.82 0 0.30 0.55 158.3 0.7 0.26
Hex 14 72 50 52 0 1E 37 9E 46 1A
Octal 24 162 120 122 0 36 67 236 106 32
Binary 10100 1110010 1010000 1010010 0 11110 110111 10011110 1000110 11010

Color Harmonies of #147250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147250

Black with #147250

Text Example


Text Example

White with #147250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147250; }

 p { color: rgb(20,114,80); }

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

background-color css

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

 a { background-color: rgb(20,114,80); }

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

border-color css

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

 span { border-color: rgb(20,114,80); }

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