Html Css Color HEX #4FA38F Lochinvar

📋 copy color: '#4FA38F'

red 79 ◦ green 163 ◦ blue 143

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

Shades of Lochinvar #4FA38F

Tints of Lochinvar #4FA38F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.14%

R = 20.52%
G = 42.34%
B = 37.14%

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

#4FA38F (or 0x4FA38F) is known color: Lochinvar. HEX triplet: 4F, A3 and 8F. RGB value is (79,163,143). Sum of RGB (Red+Green+Blue) = 79+163+143=385 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.52% from 385); Green value is 163 (64.06% from 255 or 42.34% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA38F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA38F is #B05C70. Grayscale: #878787. Windows color (decimal): -11558001 or 9413455. OLE color: 9413455.

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

Color convert

RGB 79 163 143 -
CMYK 0.52 0 0.12 0.36
HSL 165.71º 0.35% 0.47% -
HSV(B) 165.71º 0.52% 0.64% -
XYZ 21.28 29.84 30.62 -
YUV 135.6 132.17 87.63 -
System Red Green Blue C M Y K H S L
Decimal 79 163 143 0.52 0 0.12 0.36 165.71 0.35 0.47
Hex 4F A3 8F 34 0 C 24 A6 23 2F
Octal 117 243 217 64 0 14 44 246 43 57
Binary 1001111 10100011 10001111 110100 0 1100 100100 10100110 100011 101111

Color Harmonies of #4FA38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA38F

Black with #4FA38F

Text Example


Text Example

White with #4FA38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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