#48988A

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

Shades of Lochinvar #48988A

Tints of Lochinvar #48988A

Color information

#48988A (or 0x48988A) is unknown color: approx Lochinvar. HEX triplet: 48, 98 and 8A. RGB value is (72,152,138). Sum of RGB (Red+Green+Blue) = 72+152+138=362 (47% of max value = 765). Red value is 72 (28.52% from 255 or 19.89% from 362); Green value is 152 (59.77% from 255 or 41.99% from 362); Blue value is 138 (54.30% from 255 or 38.12% from 362); Max value from RGB is 152 - color contains mainly: green. Hex color #48988A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #48988A is #B76775. Grayscale: #7E7E7E. Windows color (decimal): -12019574 or 9082952. OLE color: 9082952.

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

Color convert

RGB72152138-
CMYK0.5300.090.40
HSL169.5º35.71%43.92%-
HSV(B)169.5º52.63%59.61%-
XYZ18.4925.6728.02-
YUV126.48134.589.14-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 19.89%
GREEN value IS 152 (59.77% from 255) = 41.99%
BLUE value IS 138 (54.30% from 255) = 38.12%
R=19.89%
G=41.99%
B=38.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal721521380.5300.090.40169.535.7143.92
Hex48988A350928aa242c
Octal11023021265011502524454
Binary100100010011000100010101101010100110100010101010100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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