#48997D

Color #48997D Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #48997D

Tints of Lochinvar #48997D

Color information

#48997D (or 0x48997D) is unknown color: approx 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

RGB72153125-
CMYK0.5300.180.4
HSL159.26º36%44.12%-
HSV(B)159.26º52.94%60%-
XYZ17.7725.6423.41-
YUV125.59127.6689.78-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531250.5300.180.4159.263644.12
Hex48997D35012289f242c
Octal11023117565022502374454
Binary100100010011001111110111010101001010100010011111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48997D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>