Html Css Color HEX #48957C Lochinvar

📋 copy color: '#48957C'

red 72 ◦ green 149 ◦ blue 124

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

Shades of Lochinvar #48957C

Tints of Lochinvar #48957C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.19%

 BLUE value IS 124 (48.83% from 255) = 35.94%

R = 20.87%
G = 43.19%
B = 35.94%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#48957C (or 0x48957C) is known color: Lochinvar. HEX triplet: 48, 95 and 7C. RGB value is (72,149,124). Sum of RGB (Red+Green+Blue) = 72+149+124=345 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.87% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #48957C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48957C is #B76A83. Grayscale: #7B7B7B. Windows color (decimal): -12020356 or 8164680. OLE color: 8164680.

HSL color Cylindrical-coordinate representation of color #48957C: hue angle of 160.52º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #48957C is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 149 124 -
CMYK 0.52 0 0.17 0.42
HSL 160.52º 0.35% 0.43% -
HSV(B) 160.52º 0.52% 0.58% -
XYZ 17.06 24.33 22.87 -
YUV 123.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 72 149 124 0.52 0 0.17 0.42 160.52 0.35 0.43
Hex 48 95 7C 34 0 11 2A A1 23 2B
Octal 110 225 174 64 0 21 52 241 43 53
Binary 1001000 10010101 1111100 110100 0 10001 101010 10100001 100011 101011

Color Harmonies of #48957C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48957C

Black with #48957C

Text Example


Text Example

White with #48957C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #48957C; }

 p { color: rgb(72,149,124); }

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

background-color css

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

 a { background-color: rgb(72,149,124); }

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

border-color css

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

 span { border-color: rgb(72,149,124); }

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