#3C8680

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

Shades of Lochinvar #3C8680

Tints of Lochinvar #3C8680

Color information

#3C8680 (or 0x3C8680) is unknown color: approx Lochinvar. HEX triplet: 3C, 86 and 80. RGB value is (60,134,128). Sum of RGB (Red+Green+Blue) = 60+134+128=322 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.63% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 128 (50.39% from 255 or 39.75% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #3C8680 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8680 is #C3797F. Grayscale: #6F6F6F. Windows color (decimal): -12810624 or 8422972. OLE color: 8422972.

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

Color convert

RGB60134128-
CMYK0.5500.040.47
HSL175.14º38.14%38.04%-
HSV(B)175.14º55.22%52.55%-
XYZ14.2819.5723.45-
YUV111.19137.4891.49-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 18.63%
GREEN value IS 134 (52.73% from 255) = 41.61%
BLUE value IS 128 (50.39% from 255) = 39.75%
R=18.63%
G=41.61%
B=39.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal601341280.5500.040.47175.1438.1438.04
Hex3C868037042Faf2626
Octal742062006704572574646
Binary1111001000011010000000110111010010111110101111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C8680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,134,128); }

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

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

 a { background-color: rgb(60,134,128); }

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

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

 span { border-color: rgb(60,134,128); }

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