Html Css Color HEX #4D9D85 Lochinvar

📋 copy color: '#4D9D85'

red 77 ◦ green 157 ◦ blue 133

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

Shades of Lochinvar #4D9D85

Tints of Lochinvar #4D9D85

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.78%

 BLUE value IS 133 (52.34% from 255) = 36.24%

R = 20.98%
G = 42.78%
B = 36.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#4D9D85 (or 0x4D9D85) is known color: Lochinvar. HEX triplet: 4D, 9D and 85. RGB value is (77,157,133). Sum of RGB (Red+Green+Blue) = 77+157+133=367 (48% of max value = 765). Red value is 77 (30.47% from 255 or 20.98% from 367); Green value is 157 (61.72% from 255 or 42.78% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 157 - color contains mainly: green. Hex color #4D9D85 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D9D85 is #B2627A. Grayscale: #828282. Windows color (decimal): -11690619 or 8756557. OLE color: 8756557.

HSL color Cylindrical-coordinate representation of color #4D9D85: hue angle of 162º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D9D85 is Cyan = 0.51, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 77 157 133 -
CMYK 0.51 0 0.15 0.38
HSL 162º 0.34% 0.46% -
HSV(B) 162º 0.51% 0.62% -
XYZ 19.35 27.39 26.46 -
YUV 130.34 129.5 89.95 -
System Red Green Blue C M Y K H S L
Decimal 77 157 133 0.51 0 0.15 0.38 162 0.34 0.46
Hex 4D 9D 85 33 0 F 26 A2 22 2E
Octal 115 235 205 63 0 17 46 242 42 56
Binary 1001101 10011101 10000101 110011 0 1111 100110 10100010 100010 101110

Color Harmonies of #4D9D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D9D85

Black with #4D9D85

Text Example


Text Example

White with #4D9D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,157,133); }

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

background-color css

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

 a { background-color: rgb(77,157,133); }

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

border-color css

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

 span { border-color: rgb(77,157,133); }

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