Html Css Color HEX #4C957B Lochinvar

📋 copy color: '#4C957B'

red 76 ◦ green 149 ◦ blue 123

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

Shades of Lochinvar #4C957B

Tints of Lochinvar #4C957B

RGB

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

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

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

R = 21.84%
G = 42.82%
B = 35.34%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#4C957B (or 0x4C957B) is known color: Lochinvar. HEX triplet: 4C, 95 and 7B. RGB value is (76,149,123). Sum of RGB (Red+Green+Blue) = 76+149+123=348 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.84% from 348); Green value is 149 (58.59% from 255 or 42.82% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 149 - color contains mainly: green. Hex color #4C957B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C957B is #B36A84. Grayscale: #7C7C7C. Windows color (decimal): -11758213 or 8099148. OLE color: 8099148.

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

Color convert

RGB 76 149 123 -
CMYK 0.49 0 0.17 0.42
HSL 158.63º 0.32% 0.44% -
HSV(B) 158.63º 0.49% 0.58% -
XYZ 17.3 24.46 22.55 -
YUV 124.21 127.32 93.61 -
System Red Green Blue C M Y K H S L
Decimal 76 149 123 0.49 0 0.17 0.42 158.63 0.32 0.44
Hex 4C 95 7B 31 0 11 2A 9F 20 2C
Octal 114 225 173 61 0 21 52 237 40 54
Binary 1001100 10010101 1111011 110001 0 10001 101010 10011111 100000 101100

Color Harmonies of #4C957B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C957B

Black with #4C957B

Text Example


Text Example

White with #4C957B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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