#48998D

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

Shades of Lochinvar #48998D

Tints of Lochinvar #48998D

Color information

#48998D (or 0x48998D) is unknown color: approx Lochinvar. HEX triplet: 48, 99 and 8D. RGB value is (72,153,141). Sum of RGB (Red+Green+Blue) = 72+153+141=366 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.67% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #48998D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48998D is #B76672. Grayscale: #7F7F7F. Windows color (decimal): -12019315 or 9279816. OLE color: 9279816.

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

Color convert

RGB72153141-
CMYK0.5300.080.4
HSL171.11º36%44.12%-
HSV(B)171.11º52.94%60%-
XYZ18.8726.0829.24-
YUV127.41135.6688.48-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.67%
GREEN value IS 153 (60.16% from 255) = 41.80%
BLUE value IS 141 (55.47% from 255) = 38.52%
R=19.67%
G=41.80%
B=38.52%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531410.5300.080.4171.113644.12
Hex48998D350828ab242c
Octal11023121565010502534454
Binary100100010011001100011011101010100010100010101011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,153,141); }

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

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

 a { background-color: rgb(72,153,141); }

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

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

 span { border-color: rgb(72,153,141); }

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