#48987C

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

Shades of Lochinvar #48987C

Tints of Lochinvar #48987C

Color information

#48987C (or 0x48987C) is unknown color: approx Lochinvar. HEX triplet: 48, 98 and 7C. RGB value is (72,152,124). Sum of RGB (Red+Green+Blue) = 72+152+124=348 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.69% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #48987C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48987C is #B76783. Grayscale: #7C7C7C. Windows color (decimal): -12019588 or 8165448. OLE color: 8165448.

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

Color convert

RGB72152124-
CMYK0.5300.180.40
HSL159º35.71%43.92%-
HSV(B)159º52.63%59.61%-
XYZ17.5425.2923.03-
YUV124.89127.590.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.69%
GREEN value IS 152 (59.77% from 255) = 43.68%
BLUE value IS 124 (48.83% from 255) = 35.63%
R=20.69%
G=43.68%
B=35.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721521240.5300.180.4015935.7143.92
Hex48987C35012289f242c
Octal11023017465022502374454
Binary100100010011000111110011010101001010100010011111100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48987C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48987C; }

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

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

<style>
 a { background-color: #48987C; }

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

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

<style>
 span { border-color: #48987C; }

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

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