Html Css Color HEX #489577 Lochinvar

📋 copy color: '#489577'

red 72 ◦ green 149 ◦ blue 119

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

Shades of Lochinvar #489577

Tints of Lochinvar #489577

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 35%

R = 21.18%
G = 43.82%
B = 35%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#489577 (or 0x489577) is known color: Lochinvar. HEX triplet: 48, 95 and 77. RGB value is (72,149,119). Sum of RGB (Red+Green+Blue) = 72+149+119=340 (45% of max value = 765). Red value is 72 (28.52% from 255 or 21.18% from 340); Green value is 149 (58.59% from 255 or 43.82% from 340); Blue value is 119 (46.88% from 255 or 35% from 340); Max value from RGB is 149 - color contains mainly: green. Hex color #489577 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489577 is #B76A88. Grayscale: #7A7A7A. Windows color (decimal): -12020361 or 7837000. OLE color: 7837000.

HSL color Cylindrical-coordinate representation of color #489577: hue angle of 156.62º 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 #489577 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB 72 149 119 -
CMYK 0.52 0 0.20 0.42
HSL 156.62º 0.35% 0.43% -
HSV(B) 156.62º 0.52% 0.58% -
XYZ 16.75 24.2 21.24 -
YUV 122.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 72 149 119 0.52 0 0.20 0.42 156.62 0.35 0.43
Hex 48 95 77 34 0 14 2A 9D 23 2B
Octal 110 225 167 64 0 24 52 235 43 53
Binary 1001000 10010101 1110111 110100 0 10100 101010 10011101 100011 101011

Color Harmonies of #489577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489577

Black with #489577

Text Example


Text Example

White with #489577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489577; }

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

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

background-color css

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

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

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

border-color css

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

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

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