Html Css Color HEX #4C9A80 Lochinvar

📋 copy color: '#4C9A80'

red 76 ◦ green 154 ◦ blue 128

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

Shades of Lochinvar #4C9A80

Tints of Lochinvar #4C9A80

RGB

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

 GREEN value IS 154 (60.55% from 255) = 43.02%

 BLUE value IS 128 (50.39% from 255) = 35.75%

R = 21.23%
G = 43.02%
B = 35.75%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.40

RGB Variations

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

Color information

#4C9A80 (or 0x4C9A80) is known color: Lochinvar. HEX triplet: 4C, 9A and 80. RGB value is (76,154,128). Sum of RGB (Red+Green+Blue) = 76+154+128=358 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.23% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 128 (50.39% from 255 or 35.75% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #4C9A80 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9A80 is #B3657F. Grayscale: #7F7F7F. Windows color (decimal): -11756928 or 8428108. OLE color: 8428108.

HSL color Cylindrical-coordinate representation of color #4C9A80: hue angle of 160º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4C9A80 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.40.

Color convert

RGB 76 154 128 -
CMYK 0.51 0 0.17 0.40
HSL 160º 0.34% 0.45% -
HSV(B) 160º 0.51% 0.6% -
XYZ 18.43 26.21 24.51 -
YUV 127.71 128.16 91.11 -
System Red Green Blue C M Y K H S L
Decimal 76 154 128 0.51 0 0.17 0.40 160 0.34 0.45
Hex 4C 9A 80 33 0 11 28 A0 22 2D
Octal 114 232 200 63 0 21 50 240 42 55
Binary 1001100 10011010 10000000 110011 0 10001 101000 10100000 100010 101101

Color Harmonies of #4C9A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9A80

Black with #4C9A80

Text Example


Text Example

White with #4C9A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,154,128); }

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

background-color css

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

 a { background-color: rgb(76,154,128); }

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

border-color css

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

 span { border-color: rgb(76,154,128); }

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