Html Css Color HEX #48997D Lochinvar

📋 copy color: '#48997D'

red 72 ◦ green 153 ◦ blue 125

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

Shades of Lochinvar #48997D

Tints of Lochinvar #48997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.71%

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

R = 20.57%
G = 43.71%
B = 35.71%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#48997D (or 0x48997D) is known color: Lochinvar. HEX triplet: 48, 99 and 7D. RGB value is (72,153,125). Sum of RGB (Red+Green+Blue) = 72+153+125=350 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.57% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 125 (49.22% from 255 or 35.71% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #48997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48997D is #B76682. Grayscale: #7D7D7D. Windows color (decimal): -12019331 or 8231240. OLE color: 8231240.

HSL color Cylindrical-coordinate representation of color #48997D: hue angle of 159.26º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #48997D is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 72 153 125 -
CMYK 0.53 0 0.18 0.4
HSL 159.26º 0.36% 0.44% -
HSV(B) 159.26º 0.53% 0.6% -
XYZ 17.77 25.64 23.41 -
YUV 125.59 127.66 89.78 -
System Red Green Blue C M Y K H S L
Decimal 72 153 125 0.53 0 0.18 0.4 159.26 0.36 0.44
Hex 48 99 7D 35 0 12 28 9F 24 2C
Octal 110 231 175 65 0 22 50 237 44 54
Binary 1001000 10011001 1111101 110101 0 10010 101000 10011111 100100 101100

Color Harmonies of #48997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #48997D

Black with #48997D

Text Example


Text Example

White with #48997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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