Html Css Color HEX #4C9079 Lochinvar

📋 copy color: '#4C9079'

red 76 ◦ green 144 ◦ blue 121

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

Shades of Lochinvar #4C9079

Tints of Lochinvar #4C9079

RGB

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

 GREEN value IS 144 (56.64% from 255) = 42.23%

 BLUE value IS 121 (47.66% from 255) = 35.48%

R = 22.29%
G = 42.23%
B = 35.48%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#4C9079 (or 0x4C9079) is known color: Lochinvar. HEX triplet: 4C, 90 and 79. RGB value is (76,144,121). Sum of RGB (Red+Green+Blue) = 76+144+121=341 (45% of max value = 765). Red value is 76 (30.08% from 255 or 22.29% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 121 (47.66% from 255 or 35.48% from 341); Max value from RGB is 144 - color contains mainly: green. Hex color #4C9079 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C9079 is #B36F86. Grayscale: #797979. Windows color (decimal): -11759495 or 7966796. OLE color: 7966796.

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

Color convert

RGB 76 144 121 -
CMYK 0.47 0 0.16 0.44
HSL 159.71º 0.31% 0.43% -
HSV(B) 159.71º 0.47% 0.56% -
XYZ 16.4 22.86 21.64 -
YUV 121.05 127.97 95.87 -
System Red Green Blue C M Y K H S L
Decimal 76 144 121 0.47 0 0.16 0.44 159.71 0.31 0.43
Hex 4C 90 79 2F 0 10 2C A0 1F 2B
Octal 114 220 171 57 0 20 54 240 37 53
Binary 1001100 10010000 1111001 101111 0 10000 101100 10100000 11111 101011

Color Harmonies of #4C9079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9079

Black with #4C9079

Text Example


Text Example

White with #4C9079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,144,121); }

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

background-color css

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

 a { background-color: rgb(76,144,121); }

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

border-color css

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

 span { border-color: rgb(76,144,121); }

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