#48998E

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

Shades of Lochinvar #48998E

Tints of Lochinvar #48998E

Color information

#48998E (or 0x48998E) is unknown color: approx Lochinvar. HEX triplet: 48, 99 and 8E. RGB value is (72,153,142). Sum of RGB (Red+Green+Blue) = 72+153+142=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #48998E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48998E is #B76671. Grayscale: #7F7F7F. Windows color (decimal): -12019314 or 9345352. OLE color: 9345352.

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

Color convert

RGB72153142-
CMYK0.5300.070.4
HSL171.85º36%44.12%-
HSV(B)171.85º52.94%60%-
XYZ18.9526.1129.63-
YUV127.53136.1688.39-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=19.62%
G=41.69%
B=38.69%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531420.5300.070.4171.853644.12
Hex48998E350728ac242c
Octal1102312166507502544454
Binary10010001001100110001110110101011110100010101100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48998E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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