#48998F

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

Shades of Lochinvar #48998F

Tints of Lochinvar #48998F

Color information

#48998F (or 0x48998F) is unknown color: approx Lochinvar. HEX triplet: 48, 99 and 8F. RGB value is (72,153,143). Sum of RGB (Red+Green+Blue) = 72+153+143=368 (48% of max value = 765). Red value is 72 (28.52% from 255 or 19.57% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 143 (56.25% from 255 or 38.86% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #48998F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48998F is #B76670. Grayscale: #7F7F7F. Windows color (decimal): -12019313 or 9410888. OLE color: 9410888.

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

Color convert

RGB72153143-
CMYK0.5300.070.4
HSL172.59º36%44.12%-
HSV(B)172.59º52.94%60%-
XYZ19.0226.1430.03-
YUV127.64136.6688.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.57%
GREEN value IS 153 (60.16% from 255) = 41.58%
BLUE value IS 143 (56.25% from 255) = 38.86%
R=19.57%
G=41.58%
B=38.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal721531430.5300.070.4172.593644.12
Hex48998F350728ad242c
Octal1102312176507502554454
Binary10010001001100110001111110101011110100010101101100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48998F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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