#4CA08D

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

Shades of Lochinvar #4CA08D

Tints of Lochinvar #4CA08D

Color information

#4CA08D (or 0x4CA08D) is unknown color: approx Lochinvar. HEX triplet: 4C, A0 and 8D. RGB value is (76,160,141). Sum of RGB (Red+Green+Blue) = 76+160+141=377 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.16% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 160 - color contains mainly: green. Hex color #4CA08D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CA08D is #B35F72. Grayscale: #848484. Windows color (decimal): -11755379 or 9281612. OLE color: 9281612.

HSL color Cylindrical-coordinate representation of color #4CA08D: hue angle of 166.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4CA08D is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB76160141-
CMYK0.5200.120.37
HSL166.43º35.59%46.27%-
HSV(B)166.43º52.5%62.75%-
XYZ20.3628.629.65-
YUV132.72132.6787.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.16%
GREEN value IS 160 (62.89% from 255) = 42.44%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=20.16%
G=42.44%
B=37.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal761601410.5200.120.37166.4335.5946.27
Hex4CA08D340C25a6242e
Octal11424021564014452464456
Binary100110010100000100011011101000110010010110100110100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA08D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,160,141); }

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

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

 a { background-color: rgb(76,160,141); }

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

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

 span { border-color: rgb(76,160,141); }

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