Html Css Color HEX #4D958A Lochinvar

📋 copy color: '#4D958A'

red 77 ◦ green 149 ◦ blue 138

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

Shades of Lochinvar #4D958A

Tints of Lochinvar #4D958A

RGB

 RED value IS 77 (30.47% from 255) = 21.15%

 GREEN value IS 149 (58.59% from 255) = 40.93%

 BLUE value IS 138 (54.3% from 255) = 37.91%

R = 21.15%
G = 40.93%
B = 37.91%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#4D958A (or 0x4D958A) is known color: Lochinvar. HEX triplet: 4D, 95 and 8A. RGB value is (77,149,138). Sum of RGB (Red+Green+Blue) = 77+149+138=364 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.15% from 364); Green value is 149 (58.59% from 255 or 40.93% from 364); Blue value is 138 (54.30% from 255 or 37.91% from 364); Max value from RGB is 149 - color contains mainly: green. Hex color #4D958A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D958A is #B26A75. Grayscale: #7E7E7E. Windows color (decimal): -11692662 or 9082189. OLE color: 9082189.

HSL color Cylindrical-coordinate representation of color #4D958A: hue angle of 170.83º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D958A is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 77 149 138 -
CMYK 0.48 0 0.07 0.42
HSL 170.83º 0.32% 0.44% -
HSV(B) 170.83º 0.48% 0.58% -
XYZ 18.4 24.91 27.88 -
YUV 126.22 134.65 92.89 -
System Red Green Blue C M Y K H S L
Decimal 77 149 138 0.48 0 0.07 0.42 170.83 0.32 0.44
Hex 4D 95 8A 30 0 7 2A AB 20 2C
Octal 115 225 212 60 0 7 52 253 40 54
Binary 1001101 10010101 10001010 110000 0 111 101010 10101011 100000 101100

Color Harmonies of #4D958A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D958A

Black with #4D958A

Text Example


Text Example

White with #4D958A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,149,138); }

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

background-color css

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

 a { background-color: rgb(77,149,138); }

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

border-color css

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

 span { border-color: rgb(77,149,138); }

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