Html Css Color HEX #478979 Lochinvar

📋 copy color: '#478979'

red 71 ◦ green 137 ◦ blue 121

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

Shades of Lochinvar #478979

Tints of Lochinvar #478979

RGB

 RED value IS 71 (28.13% from 255) = 21.58%

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

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

R = 21.58%
G = 41.64%
B = 36.78%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.46

RGB Variations

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

Color information

#478979 (or 0x478979) is known color: Lochinvar. HEX triplet: 47, 89 and 79. RGB value is (71,137,121). Sum of RGB (Red+Green+Blue) = 71+137+121=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 137 (53.91% from 255 or 41.64% from 329); Blue value is 121 (47.66% from 255 or 36.78% from 329); Max value from RGB is 137 - color contains mainly: green. Hex color #478979 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478979 is #B87686. Grayscale: #737373. Windows color (decimal): -12088967 or 7964999. OLE color: 7964999.

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

Color convert

RGB 71 137 121 -
CMYK 0.48 0 0.12 0.46
HSL 165.45º 0.32% 0.41% -
HSV(B) 165.45º 0.48% 0.54% -
XYZ 15 20.61 21.28 -
YUV 115.44 131.13 96.3 -
System Red Green Blue C M Y K H S L
Decimal 71 137 121 0.48 0 0.12 0.46 165.45 0.32 0.41
Hex 47 89 79 30 0 C 2E A5 20 29
Octal 107 211 171 60 0 14 56 245 40 51
Binary 1000111 10001001 1111001 110000 0 1100 101110 10100101 100000 101001

Color Harmonies of #478979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478979

Black with #478979

Text Example


Text Example

White with #478979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478979; }

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

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

background-color css

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

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

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

border-color css

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

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

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