#4C998B

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

Shades of Lochinvar #4C998B

Tints of Lochinvar #4C998B

Color information

#4C998B (or 0x4C998B) is unknown color: approx Lochinvar. HEX triplet: 4C, 99 and 8B. RGB value is (76,153,139). Sum of RGB (Red+Green+Blue) = 76+153+139=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #4C998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C998B is #B36674. Grayscale: #808080. Windows color (decimal): -11757173 or 9148748. OLE color: 9148748.

HSL color Cylindrical-coordinate representation of color #4C998B: hue angle of 169.09º degrees, saturation: 0.34, 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 #4C998B is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB76153139-
CMYK0.5000.090.4
HSL169.09º33.62%44.9%-
HSV(B)169.09º50.33%60%-
XYZ19.0326.1828.48-
YUV128.38133.9990.64-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.65%
GREEN value IS 153 (60.16% from 255) = 41.58%
BLUE value IS 139 (54.69% from 255) = 37.77%
R=20.65%
G=41.58%
B=37.77%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal761531390.5000.090.4169.0933.6244.9
Hex4C998B320928a9222d
Octal11423121362011502514255
Binary100110010011001100010111100100100110100010101001100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,153,139); }

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

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

 a { background-color: rgb(76,153,139); }

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

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

 span { border-color: rgb(76,153,139); }

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