Html Css Color HEX #48957D Lochinvar

📋 copy color: '#48957D'

red 72 ◦ green 149 ◦ blue 125

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

Shades of Lochinvar #48957D

Tints of Lochinvar #48957D

RGB

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

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

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

R = 20.81%
G = 43.06%
B = 36.13%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#48957D (or 0x48957D) is known color: Lochinvar. HEX triplet: 48, 95 and 7D. RGB value is (72,149,125). Sum of RGB (Red+Green+Blue) = 72+149+125=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 125 (49.22% from 255 or 36.13% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #48957D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48957D is #B76A82. Grayscale: #7B7B7B. Windows color (decimal): -12020355 or 8230216. OLE color: 8230216.

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

Color convert

RGB 72 149 125 -
CMYK 0.52 0 0.16 0.42
HSL 161.3º 0.35% 0.43% -
HSV(B) 161.3º 0.52% 0.58% -
XYZ 17.12 24.35 23.2 -
YUV 123.24 128.99 91.45 -
System Red Green Blue C M Y K H S L
Decimal 72 149 125 0.52 0 0.16 0.42 161.3 0.35 0.43
Hex 48 95 7D 34 0 10 2A A1 23 2B
Octal 110 225 175 64 0 20 52 241 43 53
Binary 1001000 10010101 1111101 110100 0 10000 101010 10100001 100011 101011

Color Harmonies of #48957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48957D

Black with #48957D

Text Example


Text Example

White with #48957D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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