Html Css Color HEX #4C9D84 Lochinvar

📋 copy color: '#4C9D84'

red 76 ◦ green 157 ◦ blue 132

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

Shades of Lochinvar #4C9D84

Tints of Lochinvar #4C9D84

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.01%

 BLUE value IS 132 (51.95% from 255) = 36.16%

R = 20.82%
G = 43.01%
B = 36.16%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#4C9D84 (or 0x4C9D84) is known color: Lochinvar. HEX triplet: 4C, 9D and 84. RGB value is (76,157,132). Sum of RGB (Red+Green+Blue) = 76+157+132=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 157 (61.72% from 255 or 43.01% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 157 - color contains mainly: green. Hex color #4C9D84 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9D84 is #B3627B. Grayscale: #818181. Windows color (decimal): -11756156 or 8691020. OLE color: 8691020.

HSL color Cylindrical-coordinate representation of color #4C9D84: hue angle of 161.48º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4C9D84 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 76 157 132 -
CMYK 0.52 0 0.16 0.38
HSL 161.48º 0.35% 0.46% -
HSV(B) 161.48º 0.52% 0.62% -
XYZ 19.2 27.32 26.09 -
YUV 129.93 129.16 89.53 -
System Red Green Blue C M Y K H S L
Decimal 76 157 132 0.52 0 0.16 0.38 161.48 0.35 0.46
Hex 4C 9D 84 34 0 10 26 A1 23 2E
Octal 114 235 204 64 0 20 46 241 43 56
Binary 1001100 10011101 10000100 110100 0 10000 100110 10100001 100011 101110

Color Harmonies of #4C9D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C9D84

Black with #4C9D84

Text Example


Text Example

White with #4C9D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,157,132); }

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

background-color css

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

 a { background-color: rgb(76,157,132); }

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

border-color css

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

 span { border-color: rgb(76,157,132); }

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