Html Css Color HEX #488979 Lochinvar

📋 copy color: '#488979'

red 72 ◦ green 137 ◦ blue 121

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

Shades of Lochinvar #488979

Tints of Lochinvar #488979

RGB

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

 GREEN value IS 137 (53.91% from 255) = 41.52%

 BLUE value IS 121 (47.66% from 255) = 36.67%

R = 21.82%
G = 41.52%
B = 36.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#488979 (or 0x488979) is known color: Lochinvar. HEX triplet: 48, 89 and 79. RGB value is (72,137,121). Sum of RGB (Red+Green+Blue) = 72+137+121=330 (43% of max value = 765). Red value is 72 (28.52% from 255 or 21.82% from 330); Green value is 137 (53.91% from 255 or 41.52% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 137 - color contains mainly: green. Hex color #488979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #488979 is #B77686. Grayscale: #737373. Windows color (decimal): -12023431 or 7965000. OLE color: 7965000.

HSL color Cylindrical-coordinate representation of color #488979: hue angle of 165.23º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #488979 is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB 72 137 121 -
CMYK 0.47 0 0.12 0.46
HSL 165.23º 0.31% 0.41% -
HSV(B) 165.23º 0.47% 0.54% -
XYZ 15.07 20.65 21.28 -
YUV 115.74 130.97 96.8 -
System Red Green Blue C M Y K H S L
Decimal 72 137 121 0.47 0 0.12 0.46 165.23 0.31 0.41
Hex 48 89 79 2F 0 C 2E A5 1F 29
Octal 110 211 171 57 0 14 56 245 37 51
Binary 1001000 10001001 1111001 101111 0 1100 101110 10100101 11111 101001

Color Harmonies of #488979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #488979

Black with #488979

Text Example


Text Example

White with #488979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #488979; }

 p { color: rgb(72,137,121); }

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

background-color css

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

 a { background-color: rgb(72,137,121); }

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

border-color css

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

 span { border-color: rgb(72,137,121); }

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