Html Css Color HEX #479378 Lochinvar

📋 copy color: '#479378'

red 71 ◦ green 147 ◦ blue 120

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

Shades of Lochinvar #479378

Tints of Lochinvar #479378

RGB

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

 GREEN value IS 147 (57.81% from 255) = 43.49%

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

R = 21.01%
G = 43.49%
B = 35.5%

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

#479378 (or 0x479378) is known color: Lochinvar. HEX triplet: 47, 93 and 78. RGB value is (71,147,120). Sum of RGB (Red+Green+Blue) = 71+147+120=338 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.01% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #479378 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479378 is #B86C87. Grayscale: #797979. Windows color (decimal): -12086408 or 7902023. OLE color: 7902023.

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

Color convert

RGB 71 147 120 -
CMYK 0.52 0 0.18 0.42
HSL 158.68º 0.35% 0.43% -
HSV(B) 158.68º 0.52% 0.58% -
XYZ 16.42 23.56 21.45 -
YUV 121.2 127.32 92.2 -
System Red Green Blue C M Y K H S L
Decimal 71 147 120 0.52 0 0.18 0.42 158.68 0.35 0.43
Hex 47 93 78 34 0 12 2A 9F 23 2B
Octal 107 223 170 64 0 22 52 237 43 53
Binary 1000111 10010011 1111000 110100 0 10010 101010 10011111 100011 101011

Color Harmonies of #479378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479378

Black with #479378

Text Example


Text Example

White with #479378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479378; }

 p { color: rgb(71,147,120); }

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

background-color css

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

 a { background-color: rgb(71,147,120); }

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

border-color css

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

 span { border-color: rgb(71,147,120); }

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