Html Css Color HEX #478B78 Lochinvar

📋 copy color: '#478B78'

red 71 ◦ green 139 ◦ blue 120

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

Shades of Lochinvar #478B78

Tints of Lochinvar #478B78

RGB

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

 GREEN value IS 139 (54.69% from 255) = 42.12%

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

R = 21.52%
G = 42.12%
B = 36.36%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#478B78 (or 0x478B78) is known color: Lochinvar. HEX triplet: 47, 8B and 78. RGB value is (71,139,120). Sum of RGB (Red+Green+Blue) = 71+139+120=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 139 (54.69% from 255 or 42.12% from 330); Blue value is 120 (47.27% from 255 or 36.36% from 330); Max value from RGB is 139 - color contains mainly: green. Hex color #478B78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #478B78 is #B87487. Grayscale: #747474. Windows color (decimal): -12088456 or 7899975. OLE color: 7899975.

HSL color Cylindrical-coordinate representation of color #478B78: hue angle of 163.24º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #478B78 is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 71 139 120 -
CMYK 0.49 0 0.14 0.45
HSL 163.24º 0.32% 0.41% -
HSV(B) 163.24º 0.49% 0.55% -
XYZ 15.22 21.16 21.05 -
YUV 116.5 129.97 95.54 -
System Red Green Blue C M Y K H S L
Decimal 71 139 120 0.49 0 0.14 0.45 163.24 0.32 0.41
Hex 47 8B 78 31 0 E 2D A3 20 29
Octal 107 213 170 61 0 16 55 243 40 51
Binary 1000111 10001011 1111000 110001 0 1110 101101 10100011 100000 101001

Color Harmonies of #478B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #478B78

Black with #478B78

Text Example


Text Example

White with #478B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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