Html Css Color HEX #4F917D Lochinvar

📋 copy color: '#4F917D'

red 79 ◦ green 145 ◦ blue 125

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

Shades of Lochinvar #4F917D

Tints of Lochinvar #4F917D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.55%

 BLUE value IS 125 (49.22% from 255) = 35.82%

R = 22.64%
G = 41.55%
B = 35.82%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#4F917D (or 0x4F917D) is known color: Lochinvar. HEX triplet: 4F, 91 and 7D. RGB value is (79,145,125). Sum of RGB (Red+Green+Blue) = 79+145+125=349 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.64% from 349); Green value is 145 (57.03% from 255 or 41.55% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 145 - color contains mainly: green. Hex color #4F917D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4F917D is #B06E82. Grayscale: #7B7B7B. Windows color (decimal): -11562627 or 8229199. OLE color: 8229199.

HSL color Cylindrical-coordinate representation of color #4F917D: hue angle of 161.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4F917D is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.43.

Color convert

RGB 79 145 125 -
CMYK 0.46 0 0.14 0.43
HSL 161.82º 0.29% 0.44% -
HSV(B) 161.82º 0.46% 0.57% -
XYZ 17.05 23.39 23.02 -
YUV 122.99 129.13 96.63 -
System Red Green Blue C M Y K H S L
Decimal 79 145 125 0.46 0 0.14 0.43 161.82 0.29 0.44
Hex 4F 91 7D 2E 0 E 2B A2 1D 2C
Octal 117 221 175 56 0 16 53 242 35 54
Binary 1001111 10010001 1111101 101110 0 1110 101011 10100010 11101 101100

Color Harmonies of #4F917D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F917D

Black with #4F917D

Text Example


Text Example

White with #4F917D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,145,125); }

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

background-color css

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

 a { background-color: rgb(79,145,125); }

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

border-color css

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

 span { border-color: rgb(79,145,125); }

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