Html Css Color HEX #489579 Lochinvar

📋 copy color: '#489579'

red 72 ◦ green 149 ◦ blue 121

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

Shades of Lochinvar #489579

Tints of Lochinvar #489579

RGB

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

 GREEN value IS 149 (58.59% from 255) = 43.57%

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

R = 21.05%
G = 43.57%
B = 35.38%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#489579 (or 0x489579) is known color: Lochinvar. HEX triplet: 48, 95 and 79. RGB value is (72,149,121). Sum of RGB (Red+Green+Blue) = 72+149+121=342 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.05% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #489579 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489579 is #B76A86. Grayscale: #7A7A7A. Windows color (decimal): -12020359 or 7968072. OLE color: 7968072.

HSL color Cylindrical-coordinate representation of color #489579: hue angle of 158.18º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #489579 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 149 121 -
CMYK 0.52 0 0.19 0.42
HSL 158.18º 0.35% 0.43% -
HSV(B) 158.18º 0.52% 0.58% -
XYZ 16.87 24.25 21.88 -
YUV 122.79 126.99 91.78 -
System Red Green Blue C M Y K H S L
Decimal 72 149 121 0.52 0 0.19 0.42 158.18 0.35 0.43
Hex 48 95 79 34 0 13 2A 9E 23 2B
Octal 110 225 171 64 0 23 52 236 43 53
Binary 1001000 10010101 1111001 110100 0 10011 101010 10011110 100011 101011

Color Harmonies of #489579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489579

Black with #489579

Text Example


Text Example

White with #489579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489579; }

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

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

background-color css

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

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

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

border-color css

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

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

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