#48987D

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

Shades of Lochinvar #48987D

Tints of Lochinvar #48987D

Color information

#48987D (or 0x48987D) is unknown color: approx Lochinvar. HEX triplet: 48, 98 and 7D. RGB value is (72,152,125). Sum of RGB (Red+Green+Blue) = 72+152+125=349 (46% of max value = 765). Red value is 72 (28.52% from 255 or 20.63% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #48987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #48987D is #B76782. Grayscale: #7D7D7D. Windows color (decimal): -12019587 or 8230984. OLE color: 8230984.

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

Color convert

RGB72152125-
CMYK0.5300.180.40
HSL159.75º35.71%43.92%-
HSV(B)159.75º52.63%59.61%-
XYZ17.625.3123.36-
YUV12512890.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 20.63%
GREEN value IS 152 (59.77% from 255) = 43.55%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=20.63%
G=43.55%
B=35.82%

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
Decimal721521250.5300.180.40159.7535.7143.92
Hex48987D3501228a0242c
Octal11023017565022502404454
Binary100100010011000111110111010101001010100010100000100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48987D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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