Html Css Color HEX #4C987F Lochinvar

📋 copy color: '#4C987F'

red 76 ◦ green 152 ◦ blue 127

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

Shades of Lochinvar #4C987F

Tints of Lochinvar #4C987F

RGB

 RED value IS 76 (30.08% from 255) = 21.41%

 GREEN value IS 152 (59.77% from 255) = 42.82%

 BLUE value IS 127 (50% from 255) = 35.77%

R = 21.41%
G = 42.82%
B = 35.77%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#4C987F (or 0x4C987F) is known color: Lochinvar. HEX triplet: 4C, 98 and 7F. RGB value is (76,152,127). Sum of RGB (Red+Green+Blue) = 76+152+127=355 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.41% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #4C987F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C987F is #B36780. Grayscale: #7E7E7E. Windows color (decimal): -11757441 or 8362060. OLE color: 8362060.

HSL color Cylindrical-coordinate representation of color #4C987F: hue angle of 160.26º degrees, saturation: 0.33, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4C987F is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB 76 152 127 -
CMYK 0.50 0 0.16 0.40
HSL 160.26º 0.33% 0.45% -
HSV(B) 160.26º 0.5% 0.6% -
XYZ 18.04 25.53 24.05 -
YUV 126.43 128.32 92.03 -
System Red Green Blue C M Y K H S L
Decimal 76 152 127 0.50 0 0.16 0.40 160.26 0.33 0.45
Hex 4C 98 7F 32 0 10 28 A0 21 2D
Octal 114 230 177 62 0 20 50 240 41 55
Binary 1001100 10011000 1111111 110010 0 10000 101000 10100000 100001 101101

Color Harmonies of #4C987F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C987F

Black with #4C987F

Text Example


Text Example

White with #4C987F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,152,127); }

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

background-color css

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

 a { background-color: rgb(76,152,127); }

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

border-color css

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

 span { border-color: rgb(76,152,127); }

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