#4B9779

Color #4B9779 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #4B9779

Tints of Lochinvar #4B9779

Color information

#4B9779 (or 0x4B9779) is unknown color: approx Lochinvar. HEX triplet: 4B, 97 and 79. RGB value is (75,151,121). Sum of RGB (Red+Green+Blue) = 75+151+121=347 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.61% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #4B9779 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4B9779 is #B46886. Grayscale: #7C7C7C. Windows color (decimal): -11823239 or 7968587. OLE color: 7968587.

HSL color Cylindrical-coordinate representation of color #4B9779: hue angle of 156.32º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4B9779 is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB75151121-
CMYK0.5000.200.41
HSL156.32º33.63%44.31%-
HSV(B)156.32º50.33%59.22%-
XYZ17.4225.0122-
YUV124.86125.8292.44-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.61%
GREEN value IS 151 (59.38% from 255) = 43.52%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=21.61%
G=43.52%
B=34.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal751511210.5000.200.41156.3233.6344.31
Hex4B977932014299c222c
Octal11322717162024512344254
Binary100101110010111111100111001001010010100110011100100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B9779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B9779; }

 p { color: rgb(75,151,121); }

 H1.HeaderClassName
 {
   color: #4B9779;
 }
 .AnyTagClassName
 {
   color: #4B9779;
 }
</style>
background-color css

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

 a { background-color: rgb(75,151,121); }

 div.DivClassName
 {
   background-color: #4B9779;
 }
 .BgClassName
 {
   background-color: #4B9779;
 }
</style>
border-color css

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

 span { border-color: rgb(75,151,121); }

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