Html Css Color HEX #50947F Lochinvar

📋 copy color: '#50947F'

red 80 ◦ green 148 ◦ blue 127

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

Shades of Lochinvar #50947F

Tints of Lochinvar #50947F

RGB

 RED value IS 80 (31.64% from 255) = 22.54%

 GREEN value IS 148 (58.2% from 255) = 41.69%

 BLUE value IS 127 (50% from 255) = 35.77%

R = 22.54%
G = 41.69%
B = 35.77%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#50947F (or 0x50947F) is known color: Lochinvar. HEX triplet: 50, 94 and 7F. RGB value is (80,148,127). Sum of RGB (Red+Green+Blue) = 80+148+127=355 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.54% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 148 - color contains mainly: green. Hex color #50947F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #50947F is #AF6B80. Grayscale: #7D7D7D. Windows color (decimal): -11496321 or 8361040. OLE color: 8361040.

HSL color Cylindrical-coordinate representation of color #50947F: hue angle of 161.47º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #50947F is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 80 148 127 -
CMYK 0.46 0 0.14 0.42
HSL 161.47º 0.3% 0.45% -
HSV(B) 161.47º 0.46% 0.58% -
XYZ 17.73 24.42 23.86 -
YUV 125.27 128.97 95.71 -
System Red Green Blue C M Y K H S L
Decimal 80 148 127 0.46 0 0.14 0.42 161.47 0.3 0.45
Hex 50 94 7F 2E 0 E 2A A1 1E 2D
Octal 120 224 177 56 0 16 52 241 36 55
Binary 1010000 10010100 1111111 101110 0 1110 101010 10100001 11110 101101

Color Harmonies of #50947F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50947F

Black with #50947F

Text Example


Text Example

White with #50947F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50947F; }

 p { color: rgb(80,148,127); }

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

background-color css

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

 a { background-color: rgb(80,148,127); }

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

border-color css

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

 span { border-color: rgb(80,148,127); }

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