#48988E

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

Shades of Lochinvar #48988E

Tints of Lochinvar #48988E

Color information

#48988E (or 0x48988E) is unknown color: approx Lochinvar. HEX triplet: 48, 98 and 8E. RGB value is (72,152,142). Sum of RGB (Red+Green+Blue) = 72+152+142=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 142 (55.86% from 255 or 38.80% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #48988E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48988E is #B76771. Grayscale: #7E7E7E. Windows color (decimal): -12019570 or 9345096. OLE color: 9345096.

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

Color convert

RGB72152142-
CMYK0.5300.070.40
HSL172.5º35.71%43.92%-
HSV(B)172.5º52.63%59.61%-
XYZ18.7825.7929.58-
YUV126.94136.588.81-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.67%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 142 (55.86% from 255) = 38.80%
R=19.67%
G=41.53%
B=38.80%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721521420.5300.070.40172.535.7143.92
Hex48988E350728ac242c
Octal1102302166507502544454
Binary10010001001100010001110110101011110100010101100100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48988E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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