#4A8978

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

Shades of Lochinvar #4A8978

Tints of Lochinvar #4A8978

Color information

#4A8978 (or 0x4A8978) is unknown color: approx Lochinvar. HEX triplet: 4A, 89 and 78. RGB value is (74,137,120). Sum of RGB (Red+Green+Blue) = 74+137+120=331 (43% of max value = 765). Red value is 74 (29.30% from 255 or 22.36% from 331); Green value is 137 (53.91% from 255 or 41.39% from 331); Blue value is 120 (47.27% from 255 or 36.25% from 331); Max value from RGB is 137 - color contains mainly: green. Hex color #4A8978 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A8978 is #B57687. Grayscale: #747474. Windows color (decimal): -11892360 or 7899466. OLE color: 7899466.

HSL color Cylindrical-coordinate representation of color #4A8978: hue angle of 163.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4A8978 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.46.

Color convert

RGB74137120-
CMYK0.4600.120.46
HSL163.81º29.86%41.37%-
HSV(B)163.81º45.99%53.73%-
XYZ15.1620.720.97-
YUV116.22130.1397.88-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.36%
GREEN value IS 137 (53.91% from 255) = 41.39%
BLUE value IS 120 (47.27% from 255) = 36.25%
R=22.36%
G=41.39%
B=36.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal741371200.4600.120.46163.8129.8641.37
Hex4A89782E0C2Ea41e29
Octal11221117056014562443651
Binary1001010100010011111000101110011001011101010010011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A8978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,137,120); }

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

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

 a { background-color: rgb(74,137,120); }

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

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

 span { border-color: rgb(74,137,120); }

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