#48988F

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

Shades of Lochinvar #48988F

Tints of Lochinvar #48988F

Color information

#48988F (or 0x48988F) is unknown color: approx Lochinvar. HEX triplet: 48, 98 and 8F. RGB value is (72,152,143). Sum of RGB (Red+Green+Blue) = 72+152+143=367 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.62% from 367); Green value is 152 (59.77% from 255 or 41.42% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 152 - color contains mainly: green. Hex color #48988F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48988F is #B76770. Grayscale: #7F7F7F. Windows color (decimal): -12019569 or 9410632. OLE color: 9410632.

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

Color convert

RGB72152143-
CMYK0.5300.060.40
HSL173.25º35.71%43.92%-
HSV(B)173.25º52.63%59.61%-
XYZ18.8625.8229.98-
YUV127.0513788.73-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.62%
GREEN value IS 152 (59.77% from 255) = 41.42%
BLUE value IS 143 (56.25% from 255) = 38.96%
R=19.62%
G=41.42%
B=38.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721521430.5300.060.40173.2535.7143.92
Hex48988F350628ad242c
Octal1102302176506502554454
Binary10010001001100010001111110101011010100010101101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48988F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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