#4C9884

Color #4C9884 Lochinvar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lochinvar #4C9884

Tints of Lochinvar #4C9884

Color information

#4C9884 (or 0x4C9884) is unknown color: approx Lochinvar. HEX triplet: 4C, 98 and 84. RGB value is (76,152,132). Sum of RGB (Red+Green+Blue) = 76+152+132=360 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.11% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 132 (51.95% from 255 or 36.67% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #4C9884 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9884 is #B3677B. Grayscale: #7E7E7E. Windows color (decimal): -11757436 or 8689740. OLE color: 8689740.

HSL color Cylindrical-coordinate representation of color #4C9884: hue angle of 164.21º degrees, saturation: 0.33, 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 #4C9884 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB76152132-
CMYK0.5000.130.40
HSL164.21º33.33%44.71%-
HSV(B)164.21º50%59.61%-
XYZ18.3725.6625.81-
YUV127130.8291.63-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.11%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 132 (51.95% from 255) = 36.67%
R=21.11%
G=42.22%
B=36.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal761521320.5000.130.40164.2133.3344.71
Hex4C9884320D28a4212d
Octal11423020462015502444155
Binary100110010011000100001001100100110110100010100100100001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4C9884;
 }
 .AnyTagClassName
 {
   color: #4C9884;
 }
</style>
background-color css

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

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

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

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

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

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