Html Css Color HEX #479479 Lochinvar

📋 copy color: '#479479'

red 71 ◦ green 148 ◦ blue 121

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

Shades of Lochinvar #479479

Tints of Lochinvar #479479

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.53%

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

R = 20.88%
G = 43.53%
B = 35.59%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#479479 (or 0x479479) is known color: Lochinvar. HEX triplet: 47, 94 and 79. RGB value is (71,148,121). Sum of RGB (Red+Green+Blue) = 71+148+121=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 148 (58.20% from 255 or 43.53% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 148 - color contains mainly: green. Hex color #479479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479479 is #B86B86. Grayscale: #797979. Windows color (decimal): -12086151 or 7967815. OLE color: 7967815.

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

Color convert

RGB 71 148 121 -
CMYK 0.52 0 0.18 0.42
HSL 158.96º 0.35% 0.43% -
HSV(B) 158.96º 0.52% 0.58% -
XYZ 16.64 23.9 21.83 -
YUV 121.9 127.49 91.7 -
System Red Green Blue C M Y K H S L
Decimal 71 148 121 0.52 0 0.18 0.42 158.96 0.35 0.43
Hex 47 94 79 34 0 12 2A 9F 23 2B
Octal 107 224 171 64 0 22 52 237 43 53
Binary 1000111 10010100 1111001 110100 0 10010 101010 10011111 100011 101011

Color Harmonies of #479479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479479

Black with #479479

Text Example


Text Example

White with #479479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479479; }

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

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

background-color css

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

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

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

border-color css

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

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

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