Html Css Color HEX #489178 Lochinvar

📋 copy color: '#489178'

red 72 ◦ green 145 ◦ blue 120

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

Shades of Lochinvar #489178

Tints of Lochinvar #489178

RGB

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

 GREEN value IS 145 (57.03% from 255) = 43.03%

 BLUE value IS 120 (47.27% from 255) = 35.61%

R = 21.36%
G = 43.03%
B = 35.61%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#489178 (or 0x489178) is known color: Lochinvar. HEX triplet: 48, 91 and 78. RGB value is (72,145,120). Sum of RGB (Red+Green+Blue) = 72+145+120=337 (44% of max value = 765). Red value is 72 (28.52% from 255 or 21.36% from 337); Green value is 145 (57.03% from 255 or 43.03% from 337); Blue value is 120 (47.27% from 255 or 35.61% from 337); Max value from RGB is 145 - color contains mainly: green. Hex color #489178 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #489178 is #B76E87. Grayscale: #787878. Windows color (decimal): -12021384 or 7901512. OLE color: 7901512.

HSL color Cylindrical-coordinate representation of color #489178: hue angle of 159.45º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #489178 is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 72 145 120 -
CMYK 0.50 0 0.17 0.43
HSL 159.45º 0.34% 0.43% -
HSV(B) 159.45º 0.5% 0.57% -
XYZ 16.19 22.98 21.35 -
YUV 120.32 127.82 93.53 -
System Red Green Blue C M Y K H S L
Decimal 72 145 120 0.50 0 0.17 0.43 159.45 0.34 0.43
Hex 48 91 78 32 0 11 2B 9F 22 2B
Octal 110 221 170 62 0 21 53 237 42 53
Binary 1001000 10010001 1111000 110010 0 10001 101011 10011111 100010 101011

Color Harmonies of #489178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #489178

Black with #489178

Text Example


Text Example

White with #489178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #489178; }

 p { color: rgb(72,145,120); }

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

background-color css

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

 a { background-color: rgb(72,145,120); }

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

border-color css

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

 span { border-color: rgb(72,145,120); }

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