Html Css Color HEX #4FA28D Lochinvar

📋 copy color: '#4FA28D'

red 79 ◦ green 162 ◦ blue 141

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

Shades of Lochinvar #4FA28D

Tints of Lochinvar #4FA28D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.41%

 BLUE value IS 141 (55.47% from 255) = 36.91%

R = 20.68%
G = 42.41%
B = 36.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.13

 K value IS 0.36

RGB Variations

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

Color information

#4FA28D (or 0x4FA28D) is known color: Lochinvar. HEX triplet: 4F, A2 and 8D. RGB value is (79,162,141). Sum of RGB (Red+Green+Blue) = 79+162+141=382 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.68% from 382); Green value is 162 (63.67% from 255 or 42.41% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA28D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA28D is #B05D72. Grayscale: #868686. Windows color (decimal): -11558259 or 9282127. OLE color: 9282127.

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

Color convert

RGB 79 162 141 -
CMYK 0.51 0 0.13 0.36
HSL 164.82º 0.34% 0.47% -
HSV(B) 164.82º 0.51% 0.64% -
XYZ 20.95 29.43 29.77 -
YUV 134.79 131.5 88.21 -
System Red Green Blue C M Y K H S L
Decimal 79 162 141 0.51 0 0.13 0.36 164.82 0.34 0.47
Hex 4F A2 8D 33 0 D 24 A5 22 2F
Octal 117 242 215 63 0 15 44 245 42 57
Binary 1001111 10100010 10001101 110011 0 1101 100100 10100101 100010 101111

Color Harmonies of #4FA28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA28D

Black with #4FA28D

Text Example


Text Example

White with #4FA28D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,162,141); }

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

background-color css

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

 a { background-color: rgb(79,162,141); }

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

border-color css

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

 span { border-color: rgb(79,162,141); }

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