Html Css Color HEX #48977D Lochinvar

📋 copy color: '#48977D'

red 72 ◦ green 151 ◦ blue 125

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

Shades of Lochinvar #48977D

Tints of Lochinvar #48977D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.92%

R = 20.69%
G = 43.39%
B = 35.92%

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

#48977D (or 0x48977D) is known color: Lochinvar. HEX triplet: 48, 97 and 7D. RGB value is (72,151,125). Sum of RGB (Red+Green+Blue) = 72+151+125=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 151 (59.38% from 255 or 43.39% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 151 - color contains mainly: green. Hex color #48977D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48977D is #B76882. Grayscale: #7C7C7C. Windows color (decimal): -12019843 or 8230728. OLE color: 8230728.

HSL color Cylindrical-coordinate representation of color #48977D: hue angle of 160.25º 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 #48977D is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 72 151 125 -
CMYK 0.52 0 0.17 0.41
HSL 160.25º 0.35% 0.44% -
HSV(B) 160.25º 0.52% 0.59% -
XYZ 17.44 24.99 23.31 -
YUV 124.42 128.33 90.61 -
System Red Green Blue C M Y K H S L
Decimal 72 151 125 0.52 0 0.17 0.41 160.25 0.35 0.44
Hex 48 97 7D 34 0 11 29 A0 23 2C
Octal 110 227 175 64 0 21 51 240 43 54
Binary 1001000 10010111 1111101 110100 0 10001 101001 10100000 100011 101100

Color Harmonies of #48977D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48977D

Black with #48977D

Text Example


Text Example

White with #48977D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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