#48998A

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

Shades of Lochinvar #48998A

Tints of Lochinvar #48998A

Color information

#48998A (or 0x48998A) is unknown color: approx Lochinvar. HEX triplet: 48, 99 and 8A. RGB value is (72,153,138). Sum of RGB (Red+Green+Blue) = 72+153+138=363 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.83% from 363); Green value is 153 (60.16% from 255 or 42.15% from 363); Blue value is 138 (54.30% from 255 or 38.02% from 363); Max value from RGB is 153 - color contains mainly: green. Hex color #48998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48998A is #B76675. Grayscale: #7F7F7F. Windows color (decimal): -12019318 or 9083208. OLE color: 9083208.

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

Color convert

RGB72153138-
CMYK0.5300.100.4
HSL168.89º36%44.12%-
HSV(B)168.89º52.94%60%-
XYZ18.652628.08-
YUV127.07134.1688.72-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.83%
GREEN value IS 153 (60.16% from 255) = 42.15%
BLUE value IS 138 (54.30% from 255) = 38.02%
R=19.83%
G=42.15%
B=38.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531380.5300.100.4168.893644.12
Hex48998A350A28a9242c
Octal11023121265012502514454
Binary100100010011001100010101101010101010100010101001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48998A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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