#48987A

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

Shades of Lochinvar #48987A

Tints of Lochinvar #48987A

Color information

#48987A (or 0x48987A) is unknown color: approx Lochinvar. HEX triplet: 48, 98 and 7A. RGB value is (72,152,122). Sum of RGB (Red+Green+Blue) = 72+152+122=346 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.81% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #48987A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48987A is #B76785. Grayscale: #7C7C7C. Windows color (decimal): -12019590 or 8034376. OLE color: 8034376.

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

Color convert

RGB72152122-
CMYK0.5300.200.40
HSL157.5º35.71%43.92%-
HSV(B)157.5º52.63%59.61%-
XYZ17.4125.2422.37-
YUV124.66126.590.44-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.81%
GREEN value IS 152 (59.77% from 255) = 43.93%
BLUE value IS 122 (48.05% from 255) = 35.26%
R=20.81%
G=43.93%
B=35.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721521220.5300.200.40157.535.7143.92
Hex48987A35014289e242c
Octal11023017265024502364454
Binary100100010011000111101011010101010010100010011110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48987A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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