#48998B

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

Shades of Lochinvar #48998B

Tints of Lochinvar #48998B

Color information

#48998B (or 0x48998B) is unknown color: approx Lochinvar. HEX triplet: 48, 99 and 8B. RGB value is (72,153,139). Sum of RGB (Red+Green+Blue) = 72+153+139=364 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.78% from 364); Green value is 153 (60.16% from 255 or 42.03% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 153 - color contains mainly: green. Hex color #48998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48998B is #B76674. Grayscale: #7F7F7F. Windows color (decimal): -12019317 or 9148744. OLE color: 9148744.

HSL color Cylindrical-coordinate representation of color #48998B: hue angle of 169.63º 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 #48998B is Cyan = 0.53, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB72153139-
CMYK0.5300.090.4
HSL169.63º36%44.12%-
HSV(B)169.63º52.94%60%-
XYZ18.7226.0228.46-
YUV127.18134.6688.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.78%
GREEN value IS 153 (60.16% from 255) = 42.03%
BLUE value IS 139 (54.69% from 255) = 38.19%
R=19.78%
G=42.03%
B=38.19%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531390.5300.090.4169.633644.12
Hex48998B350928aa242c
Octal11023121365011502524454
Binary100100010011001100010111101010100110100010101010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48998B; }

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

 H1.HeaderClassName
 {
   color: #48998B;
 }
 .AnyTagClassName
 {
   color: #48998B;
 }
</style>
background-color css

<style>
 a { background-color: #48998B; }

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

 div.DivClassName
 {
   background-color: #48998B;
 }
 .BgClassName
 {
   background-color: #48998B;
 }
</style>
border-color css

<style>
 span { border-color: #48998B; }

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

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