#3C9286

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

Shades of Lochinvar #3C9286

Tints of Lochinvar #3C9286

Color information

#3C9286 (or 0x3C9286) is unknown color: approx Lochinvar. HEX triplet: 3C, 92 and 86. RGB value is (60,146,134). Sum of RGB (Red+Green+Blue) = 60+146+134=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #3C9286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9286 is #C36D79. Grayscale: #767676. Windows color (decimal): -12807546 or 8819260. OLE color: 8819260.

HSL color Cylindrical-coordinate representation of color #3C9286: hue angle of 171.63º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C9286 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB60146134-
CMYK0.5900.080.43
HSL171.63º41.75%40.39%-
HSV(B)171.63º58.9%57.25%-
XYZ16.4523.2426.17-
YUV118.92136.5185.98-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 17.65%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 134 (52.73% from 255) = 39.41%
R=17.65%
G=42.94%
B=39.41%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal601461340.5900.080.43171.6341.7540.39
Hex3C92863B082Bac2a28
Octal7422220673010532545250
Binary11110010010010100001101110110100010101110101100101010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C9286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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