Html Css Color HEX #4C997B Lochinvar

📋 copy color: '#4C997B'

red 76 ◦ green 153 ◦ blue 123

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

Shades of Lochinvar #4C997B

Tints of Lochinvar #4C997B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.47%

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 21.59%
G = 43.47%
B = 34.94%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#4C997B (or 0x4C997B) is known color: Lochinvar. HEX triplet: 4C, 99 and 7B. RGB value is (76,153,123). Sum of RGB (Red+Green+Blue) = 76+153+123=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 153 - color contains mainly: green. Hex color #4C997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C997B is #B36684. Grayscale: #7E7E7E. Windows color (decimal): -11757189 or 8100172. OLE color: 8100172.

HSL color Cylindrical-coordinate representation of color #4C997B: hue angle of 156.62º degrees, saturation: 0.34, 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 #4C997B is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.

Color convert

RGB 76 153 123 -
CMYK 0.50 0 0.20 0.4
HSL 156.62º 0.34% 0.45% -
HSV(B) 156.62º 0.5% 0.6% -
XYZ 17.95 25.75 22.76 -
YUV 126.56 125.99 91.94 -
System Red Green Blue C M Y K H S L
Decimal 76 153 123 0.50 0 0.20 0.4 156.62 0.34 0.45
Hex 4C 99 7B 32 0 14 28 9D 22 2D
Octal 114 231 173 62 0 24 50 235 42 55
Binary 1001100 10011001 1111011 110010 0 10100 101000 10011101 100010 101101

Color Harmonies of #4C997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C997B

Black with #4C997B

Text Example


Text Example

White with #4C997B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,153,123); }

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

background-color css

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

 a { background-color: rgb(76,153,123); }

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

border-color css

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

 span { border-color: rgb(76,153,123); }

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