Html Css Color HEX #478D80 Lochinvar

📋 copy color: '#478D80'

red 71 ◦ green 141 ◦ blue 128

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

Shades of Lochinvar #478D80

Tints of Lochinvar #478D80

RGB

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

 GREEN value IS 141 (55.47% from 255) = 41.47%

 BLUE value IS 128 (50.39% from 255) = 37.65%

R = 20.88%
G = 41.47%
B = 37.65%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#478D80 (or 0x478D80) is known color: Lochinvar. HEX triplet: 47, 8D and 80. RGB value is (71,141,128). Sum of RGB (Red+Green+Blue) = 71+141+128=340 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.88% from 340); Green value is 141 (55.47% from 255 or 41.47% from 340); Blue value is 128 (50.39% from 255 or 37.65% from 340); Max value from RGB is 141 - color contains mainly: green. Hex color #478D80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #478D80 is #B8727F. Grayscale: #767676. Windows color (decimal): -12087936 or 8424775. OLE color: 8424775.

HSL color Cylindrical-coordinate representation of color #478D80: hue angle of 168.86º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #478D80 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 141 128 -
CMYK 0.50 0 0.09 0.45
HSL 168.86º 0.33% 0.42% -
HSV(B) 168.86º 0.5% 0.55% -
XYZ 16.02 21.95 23.81 -
YUV 118.59 133.31 94.06 -
System Red Green Blue C M Y K H S L
Decimal 71 141 128 0.50 0 0.09 0.45 168.86 0.33 0.42
Hex 47 8D 80 32 0 9 2D A9 21 2A
Octal 107 215 200 62 0 11 55 251 41 52
Binary 1000111 10001101 10000000 110010 0 1001 101101 10101001 100001 101010

Color Harmonies of #478D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478D80

Black with #478D80

Text Example


Text Example

White with #478D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #478D80; }

 p { color: rgb(71,141,128); }

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

background-color css

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

 a { background-color: rgb(71,141,128); }

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

border-color css

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

 span { border-color: rgb(71,141,128); }

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