Html Css Color HEX #4FA390 Lochinvar

📋 copy color: '#4FA390'

red 79 ◦ green 163 ◦ blue 144

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

Shades of Lochinvar #4FA390

Tints of Lochinvar #4FA390

RGB

 RED value IS 79 (31.25% from 255) = 20.47%

 GREEN value IS 163 (64.06% from 255) = 42.23%

 BLUE value IS 144 (56.64% from 255) = 37.31%

R = 20.47%
G = 42.23%
B = 37.31%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#4FA390 (or 0x4FA390) is known color: Lochinvar. HEX triplet: 4F, A3 and 90. RGB value is (79,163,144). Sum of RGB (Red+Green+Blue) = 79+163+144=386 (51% of max value = 765). Red value is 79 (31.25% from 255 or 20.47% from 386); Green value is 163 (64.06% from 255 or 42.23% from 386); Blue value is 144 (56.64% from 255 or 37.31% from 386); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA390 is #B05C6F. Grayscale: #878787. Windows color (decimal): -11558000 or 9478991. OLE color: 9478991.

HSL color Cylindrical-coordinate representation of color #4FA390: hue angle of 166.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA390 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 79 163 144 -
CMYK 0.52 0 0.12 0.36
HSL 166.43º 0.35% 0.47% -
HSV(B) 166.43º 0.52% 0.64% -
XYZ 21.36 29.87 31.03 -
YUV 135.72 132.67 87.54 -
System Red Green Blue C M Y K H S L
Decimal 79 163 144 0.52 0 0.12 0.36 166.43 0.35 0.47
Hex 4F A3 90 34 0 C 24 A6 23 2F
Octal 117 243 220 64 0 14 44 246 43 57
Binary 1001111 10100011 10010000 110100 0 1100 100100 10100110 100011 101111

Color Harmonies of #4FA390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA390

Black with #4FA390

Text Example


Text Example

White with #4FA390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,163,144); }

 H1.HeaderClassName
 {
   color: #4FA390;
 }
 .AnyTagClassName
 {
   color: #4FA390;
 }
</style>

background-color css

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

 a { background-color: rgb(79,163,144); }

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

border-color css

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

 span { border-color: rgb(79,163,144); }

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