Html Css Color HEX #48977E Lochinvar

📋 copy color: '#48977E'

red 72 ◦ green 151 ◦ blue 126

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

Shades of Lochinvar #48977E

Tints of Lochinvar #48977E

RGB

 RED value IS 72 (28.52% from 255) = 20.63%

 GREEN value IS 151 (59.38% from 255) = 43.27%

 BLUE value IS 126 (49.61% from 255) = 36.1%

R = 20.63%
G = 43.27%
B = 36.1%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#48977E (or 0x48977E) is known color: Lochinvar. HEX triplet: 48, 97 and 7E. RGB value is (72,151,126). Sum of RGB (Red+Green+Blue) = 72+151+126=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #48977E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48977E is #B76881. Grayscale: #7C7C7C. Windows color (decimal): -12019842 or 8296264. OLE color: 8296264.

HSL color Cylindrical-coordinate representation of color #48977E: hue angle of 161.01º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48977E is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 151 126 -
CMYK 0.52 0 0.17 0.41
HSL 161.01º 0.35% 0.44% -
HSV(B) 161.01º 0.52% 0.59% -
XYZ 17.5 25.02 23.64 -
YUV 124.53 128.83 90.53 -
System Red Green Blue C M Y K H S L
Decimal 72 151 126 0.52 0 0.17 0.41 161.01 0.35 0.44
Hex 48 97 7E 34 0 11 29 A1 23 2C
Octal 110 227 176 64 0 21 51 241 43 54
Binary 1001000 10010111 1111110 110100 0 10001 101001 10100001 100011 101100

Color Harmonies of #48977E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48977E

Black with #48977E

Text Example


Text Example

White with #48977E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48977E; }

 p { color: rgb(72,151,126); }

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

background-color css

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

 a { background-color: rgb(72,151,126); }

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

border-color css

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

 span { border-color: rgb(72,151,126); }

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