#3C847A

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

Shades of Lochinvar #3C847A

Tints of Lochinvar #3C847A

Color information

#3C847A (or 0x3C847A) is unknown color: approx Lochinvar. HEX triplet: 3C, 84 and 7A. RGB value is (60,132,122). Sum of RGB (Red+Green+Blue) = 60+132+122=314 (41% of max value = 765). Red value is 60 (23.83% from 255 or 19.11% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #3C847A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C847A is #C37B85. Grayscale: #6D6D6D. Windows color (decimal): -12811142 or 8029244. OLE color: 8029244.

HSL color Cylindrical-coordinate representation of color #3C847A: hue angle of 171.67º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3C847A is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB60132122-
CMYK0.5500.080.48
HSL171.67º37.5%37.65%-
HSV(B)171.67º54.55%51.76%-
XYZ13.6318.8721.34-
YUV109.33135.1592.81-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 19.11%
GREEN value IS 132 (51.95% from 255) = 42.04%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=19.11%
G=42.04%
B=38.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal601321220.5500.080.48171.6737.537.65
Hex3C847A370830ac2626
Octal7420417267010602544646
Binary1111001000010011110101101110100011000010101100100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C847A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C847A; }

 p { color: rgb(60,132,122); }

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

<style>
 a { background-color: #3C847A; }

 a { background-color: rgb(60,132,122); }

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

<style>
 span { border-color: #3C847A; }

 span { border-color: rgb(60,132,122); }

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