#4F9D84

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

Shades of Lochinvar #4F9D84

Tints of Lochinvar #4F9D84

Color information

#4F9D84 (or 0x4F9D84) is unknown color: approx Lochinvar. HEX triplet: 4F, 9D and 84. RGB value is (79,157,132). Sum of RGB (Red+Green+Blue) = 79+157+132=368 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.47% from 368); Green value is 157 (61.72% from 255 or 42.66% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 157 - color contains mainly: green. Hex color #4F9D84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4F9D84 is #B0627B. Grayscale: #828282. Windows color (decimal): -11559548 or 8691023. OLE color: 8691023.

HSL color Cylindrical-coordinate representation of color #4F9D84: hue angle of 160.77º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4F9D84 is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB79157132-
CMYK0.5000.160.38
HSL160.77º33.05%46.27%-
HSV(B)160.77º49.68%61.57%-
XYZ19.4527.4426.1-
YUV130.83128.6691.03-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.47%
GREEN value IS 157 (61.72% from 255) = 42.66%
BLUE value IS 132 (51.95% from 255) = 35.87%
R=21.47%
G=42.66%
B=35.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal791571320.5000.160.38160.7733.0546.27
Hex4F9D843201026a1212e
Octal11723520462020462414156
Binary1001111100111011000010011001001000010011010100001100001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F9D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,157,132); }

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

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

 a { background-color: rgb(79,157,132); }

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

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

 span { border-color: rgb(79,157,132); }

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