Html Css Color HEX #489079 Lochinvar

📋 copy color: '#489079'

red 72 ◦ green 144 ◦ blue 121

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

Shades of Lochinvar #489079

Tints of Lochinvar #489079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.73%

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

R = 21.36%
G = 42.73%
B = 35.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#489079 (or 0x489079) is known color: Lochinvar. HEX triplet: 48, 90 and 79. RGB value is (72,144,121). Sum of RGB (Red+Green+Blue) = 72+144+121=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 144 (56.64% from 255 or 42.73% from 337); Blue value is 121 (47.66% from 255 or 35.91% from 337); Max value from RGB is 144 - color contains mainly: green. Hex color #489079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489079 is #B76F86. Grayscale: #777777. Windows color (decimal): -12021639 or 7966792. OLE color: 7966792.

HSL color Cylindrical-coordinate representation of color #489079: hue angle of 160.83º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489079 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 72 144 121 -
CMYK 0.50 0 0.16 0.44
HSL 160.83º 0.33% 0.42% -
HSV(B) 160.83º 0.5% 0.56% -
XYZ 16.1 22.7 21.62 -
YUV 119.85 128.65 93.87 -
System Red Green Blue C M Y K H S L
Decimal 72 144 121 0.50 0 0.16 0.44 160.83 0.33 0.42
Hex 48 90 79 32 0 10 2C A1 21 2A
Octal 110 220 171 62 0 20 54 241 41 52
Binary 1001000 10010000 1111001 110010 0 10000 101100 10100001 100001 101010

Color Harmonies of #489079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489079

Black with #489079

Text Example


Text Example

White with #489079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489079; }

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

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

background-color css

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

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

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

border-color css

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

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

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