Html Css Color HEX #48977F Lochinvar

📋 copy color: '#48977F'

red 72 ◦ green 151 ◦ blue 127

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

Shades of Lochinvar #48977F

Tints of Lochinvar #48977F

RGB

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

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

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

R = 20.57%
G = 43.14%
B = 36.29%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#48977F (or 0x48977F) is known color: Lochinvar. HEX triplet: 48, 97 and 7F. RGB value is (72,151,127). Sum of RGB (Red+Green+Blue) = 72+151+127=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 127 (50% from 255 or 36.29% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #48977F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48977F is #B76880. Grayscale: #7C7C7C. Windows color (decimal): -12019841 or 8361800. OLE color: 8361800.

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

Color convert

RGB 72 151 127 -
CMYK 0.52 0 0.16 0.41
HSL 161.77º 0.35% 0.44% -
HSV(B) 161.77º 0.52% 0.59% -
XYZ 17.57 25.04 23.99 -
YUV 124.64 129.33 90.45 -
System Red Green Blue C M Y K H S L
Decimal 72 151 127 0.52 0 0.16 0.41 161.77 0.35 0.44
Hex 48 97 7F 34 0 10 29 A2 23 2C
Octal 110 227 177 64 0 20 51 242 43 54
Binary 1001000 10010111 1111111 110100 0 10000 101001 10100010 100011 101100

Color Harmonies of #48977F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48977F

Black with #48977F

Text Example


Text Example

White with #48977F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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