Html Css Color HEX #488D80 Lochinvar

📋 copy color: '#488D80'

red 72 ◦ green 141 ◦ blue 128

#488D80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lochinvar #488D80

Tints of Lochinvar #488D80

RGB

 RED value IS 72 (28.52% from 255) = 21.11%

 GREEN value IS 141 (55.47% from 255) = 41.35%

 BLUE value IS 128 (50.39% from 255) = 37.54%

R = 21.11%
G = 41.35%
B = 37.54%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#488D80 (or 0x488D80) is known color: Lochinvar. HEX triplet: 48, 8D and 80. RGB value is (72,141,128). Sum of RGB (Red+Green+Blue) = 72+141+128=341 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.11% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 128 (50.39% from 255 or 37.54% from 341); Max value from RGB is 141 - color contains mainly: green. Hex color #488D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488D80 is #B7727F. Grayscale: #767676. Windows color (decimal): -12022400 or 8424776. OLE color: 8424776.

HSL color Cylindrical-coordinate representation of color #488D80: hue angle of 168.7º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #488D80 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 141 128 -
CMYK 0.49 0 0.09 0.45
HSL 168.7º 0.32% 0.42% -
HSV(B) 168.7º 0.49% 0.55% -
XYZ 16.09 21.99 23.82 -
YUV 118.89 133.14 94.56 -
System Red Green Blue C M Y K H S L
Decimal 72 141 128 0.49 0 0.09 0.45 168.7 0.32 0.42
Hex 48 8D 80 31 0 9 2D A9 20 2A
Octal 110 215 200 61 0 11 55 251 40 52
Binary 1001000 10001101 10000000 110001 0 1001 101101 10101001 100000 101010

Color Harmonies of #488D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D80

Black with #488D80

Text Example


Text Example

White with #488D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488D80; }

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

 H1.HeaderClassName
 {
   color: #488D80;
 }
 .AnyTagClassName
 {
   color: #488D80;
 }
</style>

background-color css

<style>
 a { background-color: #488D80; }

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

 div.DivClassName
 {
   background-color: #488D80;
 }
 .BgClassName
 {
   background-color: #488D80;
 }
</style>

border-color css

<style>
 span { border-color: #488D80; }

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

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