Html Css Color HEX #478679 Lochinvar

📋 copy color: '#478679'

red 71 ◦ green 134 ◦ blue 121

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

Shades of Lochinvar #478679

Tints of Lochinvar #478679

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.1%

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

R = 21.78%
G = 41.1%
B = 37.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.10

 K value IS 0.47

RGB Variations

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

Color information

#478679 (or 0x478679) is known color: Lochinvar. HEX triplet: 47, 86 and 79. RGB value is (71,134,121). Sum of RGB (Red+Green+Blue) = 71+134+121=326 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.78% from 326); Green value is 134 (52.73% from 255 or 41.10% from 326); Blue value is 121 (47.66% from 255 or 37.12% from 326); Max value from RGB is 134 - color contains mainly: green. Hex color #478679 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478679 is #B87986. Grayscale: #717171. Windows color (decimal): -12089735 or 7964231. OLE color: 7964231.

HSL color Cylindrical-coordinate representation of color #478679: hue angle of 167.62º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #478679 is Cyan = 0.47, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB 71 134 121 -
CMYK 0.47 0 0.10 0.47
HSL 167.62º 0.31% 0.4% -
HSV(B) 167.62º 0.47% 0.53% -
XYZ 14.57 19.77 21.14 -
YUV 113.68 132.13 97.56 -
System Red Green Blue C M Y K H S L
Decimal 71 134 121 0.47 0 0.10 0.47 167.62 0.31 0.4
Hex 47 86 79 2F 0 A 2F A8 1F 28
Octal 107 206 171 57 0 12 57 250 37 50
Binary 1000111 10000110 1111001 101111 0 1010 101111 10101000 11111 101000

Color Harmonies of #478679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478679

Black with #478679

Text Example


Text Example

White with #478679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478679; }

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

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

background-color css

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

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

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

border-color css

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

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

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