Html Css Color HEX #4D927D Lochinvar

📋 copy color: '#4D927D'

red 77 ◦ green 146 ◦ blue 125

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

Shades of Lochinvar #4D927D

Tints of Lochinvar #4D927D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 41.95%

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

R = 22.13%
G = 41.95%
B = 35.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.43

RGB Variations

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

Color information

#4D927D (or 0x4D927D) is known color: Lochinvar. HEX triplet: 4D, 92 and 7D. RGB value is (77,146,125). Sum of RGB (Red+Green+Blue) = 77+146+125=348 (46% of max value = 765). Red value is 77 (30.47% from 255 or 22.13% from 348); Green value is 146 (57.42% from 255 or 41.95% from 348); Blue value is 125 (49.22% from 255 or 35.92% from 348); Max value from RGB is 146 - color contains mainly: green. Hex color #4D927D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4D927D is #B26D82. Grayscale: #7A7A7A. Windows color (decimal): -11693443 or 8229453. OLE color: 8229453.

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

Color convert

RGB 77 146 125 -
CMYK 0.47 0 0.14 0.43
HSL 161.74º 0.31% 0.44% -
HSV(B) 161.74º 0.47% 0.57% -
XYZ 17.04 23.62 23.06 -
YUV 122.98 129.14 95.21 -
System Red Green Blue C M Y K H S L
Decimal 77 146 125 0.47 0 0.14 0.43 161.74 0.31 0.44
Hex 4D 92 7D 2F 0 E 2B A2 1F 2C
Octal 115 222 175 57 0 16 53 242 37 54
Binary 1001101 10010010 1111101 101111 0 1110 101011 10100010 11111 101100

Color Harmonies of #4D927D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D927D

Black with #4D927D

Text Example


Text Example

White with #4D927D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,146,125); }

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

background-color css

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

 a { background-color: rgb(77,146,125); }

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

border-color css

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

 span { border-color: rgb(77,146,125); }

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