Html Css Color HEX #4FA28E Lochinvar

📋 copy color: '#4FA28E'

red 79 ◦ green 162 ◦ blue 142

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

Shades of Lochinvar #4FA28E

Tints of Lochinvar #4FA28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.08%

R = 20.63%
G = 42.3%
B = 37.08%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#4FA28E (or 0x4FA28E) is known color: Lochinvar. HEX triplet: 4F, A2 and 8E. RGB value is (79,162,142). Sum of RGB (Red+Green+Blue) = 79+162+142=383 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.63% from 383); Green value is 162 (63.67% from 255 or 42.30% from 383); Blue value is 142 (55.86% from 255 or 37.08% from 383); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA28E is #B05D71. Grayscale: #868686. Windows color (decimal): -11558258 or 9347663. OLE color: 9347663.

HSL color Cylindrical-coordinate representation of color #4FA28E: hue angle of 165.54º 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 #4FA28E is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.

Color convert

RGB 79 162 142 -
CMYK 0.51 0 0.12 0.36
HSL 165.54º 0.34% 0.47% -
HSV(B) 165.54º 0.51% 0.64% -
XYZ 21.03 29.46 30.17 -
YUV 134.9 132 88.13 -
System Red Green Blue C M Y K H S L
Decimal 79 162 142 0.51 0 0.12 0.36 165.54 0.34 0.47
Hex 4F A2 8E 33 0 C 24 A6 22 2F
Octal 117 242 216 63 0 14 44 246 42 57
Binary 1001111 10100010 10001110 110011 0 1100 100100 10100110 100010 101111

Color Harmonies of #4FA28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA28E

Black with #4FA28E

Text Example


Text Example

White with #4FA28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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