Html Css Color HEX #488D82 Lochinvar

📋 copy color: '#488D82'

red 72 ◦ green 141 ◦ blue 130

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

Shades of Lochinvar #488D82

Tints of Lochinvar #488D82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 37.9%

R = 20.99%
G = 41.11%
B = 37.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.45

RGB Variations

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

Color information

#488D82 (or 0x488D82) is known color: Lochinvar. HEX triplet: 48, 8D and 82. RGB value is (72,141,130). Sum of RGB (Red+Green+Blue) = 72+141+130=343 (45% of max value = 765). Red value is 72 (28.52% from 255 or 20.99% from 343); Green value is 141 (55.47% from 255 or 41.11% from 343); Blue value is 130 (51.17% from 255 or 37.90% from 343); Max value from RGB is 141 - color contains mainly: green. Hex color #488D82 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #488D82 is #B7727D. Grayscale: #777777. Windows color (decimal): -12022398 or 8555848. OLE color: 8555848.

HSL color Cylindrical-coordinate representation of color #488D82: hue angle of 170.43º 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 #488D82 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.45.

Color convert

RGB 72 141 130 -
CMYK 0.49 0 0.08 0.45
HSL 170.43º 0.32% 0.42% -
HSV(B) 170.43º 0.49% 0.55% -
XYZ 16.23 22.04 24.52 -
YUV 119.12 134.14 94.39 -
System Red Green Blue C M Y K H S L
Decimal 72 141 130 0.49 0 0.08 0.45 170.43 0.32 0.42
Hex 48 8D 82 31 0 8 2D AA 20 2A
Octal 110 215 202 61 0 10 55 252 40 52
Binary 1001000 10001101 10000010 110001 0 1000 101101 10101010 100000 101010

Color Harmonies of #488D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488D82

Black with #488D82

Text Example


Text Example

White with #488D82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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