#4C9D83

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

Shades of Lochinvar #4C9D83

Tints of Lochinvar #4C9D83

Color information

#4C9D83 (or 0x4C9D83) is unknown color: approx Lochinvar. HEX triplet: 4C, 9D and 83. RGB value is (76,157,131). Sum of RGB (Red+Green+Blue) = 76+157+131=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 157 (61.72% from 255 or 43.13% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 157 - color contains mainly: green. Hex color #4C9D83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C9D83 is #B3627C. Grayscale: #818181. Windows color (decimal): -11756157 or 8625484. OLE color: 8625484.

HSL color Cylindrical-coordinate representation of color #4C9D83: hue angle of 160.74º 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 #4C9D83 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.38.

Color convert

RGB76157131-
CMYK0.5200.170.38
HSL160.74º34.76%45.69%-
HSV(B)160.74º51.59%61.57%-
XYZ19.1327.2925.73-
YUV129.82128.6689.61-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.88%
GREEN value IS 157 (61.72% from 255) = 43.13%
BLUE value IS 131 (51.56% from 255) = 35.99%
R=20.88%
G=43.13%
B=35.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal761571310.5200.170.38160.7434.7645.69
Hex4C9D833401126a1232e
Octal11423520364021462414356
Binary1001100100111011000001111010001000110011010100001100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C9D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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